./lang/ghc7, Compiler for the functional language Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 7.6.3nb9, Package name: ghc-7.6.3nb9, Maintainer: pho

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

DEINSTALL [+/-]

Required to run:
[lang/perl5] [devel/gmp]

Required to build:
[textproc/libxslt] [textproc/docbook-xsl]

Master sites:

SHA1: 8938e1ef08b37a4caa071fa169e79a3001d065ff
RMD160: 82a673ed38b7cf9a59afeb01057625fc761a822b
Filesize: 108167.796 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 06:57:18 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #4991 - requested by joerg
lang/ghc7: build fix

Revisions pulled up:
- lang/ghc7/Makefile                                            1.25
- lang/ghc7/distinfo                                            1.14
- lang/ghc7/patches/patch-libffi_ghc.mk                         1.1
- lang/ghc7/patches/patch-rts_ghc.mk                            1.6

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sat May  7 10:02:06 UTC 2016

   Modified Files:
   	pkgsrc/lang/ghc7: Makefile distinfo
   	pkgsrc/lang/ghc7/patches: patch-rts_ghc.mk
   Added Files:
   	pkgsrc/lang/ghc7/patches: patch-libffi_ghc.mk

   Log message:
   Fix libffi linkage, so that it actually picks up the right version and
   includes the rpath. Seen by a not so happy devel/happy. Bump revision.