pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ghc7



Module Name:    pkgsrc
Committed By:   obache
Date:           Thu Dec 12 12:47:17 UTC 2013

Added Files:
        pkgsrc/lang/ghc7: DEINSTALL DESCR INSTALL Makefile PLIST TODO
            bootstrap.mk buildlink3.mk distinfo
        pkgsrc/lang/ghc7/files: bootstrap.build.mk
        pkgsrc/lang/ghc7/patches: patch-Makefile patch-ghc.mk
            patch-libraries_integer-gmp_configure.ac
            patch-libraries_integer-simple_GHC_Integer.hs
            patch-libraries_integer-simple_GHC_Integer_Type.hs
            patch-rts_Linker.c patch-rts_StgCRun.c patch-rts_ghc.mk

Log Message:
Import ghc-7.6.3 as lang/ghc7.
Based on wip/ghc, mostly worked by phonohawk, with patches from jperkin@.
And some modifications and buit of Bootstrap binaries for 7.6.3 by me.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ghc7/DEINSTALL pkgsrc/lang/ghc7/DESCR \
    pkgsrc/lang/ghc7/INSTALL pkgsrc/lang/ghc7/Makefile pkgsrc/lang/ghc7/PLIST \
    pkgsrc/lang/ghc7/TODO pkgsrc/lang/ghc7/bootstrap.mk \
    pkgsrc/lang/ghc7/buildlink3.mk pkgsrc/lang/ghc7/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ghc7/files/bootstrap.build.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ghc7/patches/patch-Makefile \
    pkgsrc/lang/ghc7/patches/patch-ghc.mk \
    pkgsrc/lang/ghc7/patches/patch-libraries_integer-gmp_configure.ac \
    pkgsrc/lang/ghc7/patches/patch-libraries_integer-simple_GHC_Integer.hs \
    pkgsrc/lang/ghc7/patches/patch-libraries_integer-simple_GHC_Integer_Type.hs 
\
    pkgsrc/lang/ghc7/patches/patch-rts_Linker.c \
    pkgsrc/lang/ghc7/patches/patch-rts_StgCRun.c \
    pkgsrc/lang/ghc7/patches/patch-rts_ghc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index