pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc



Module Name:    pkgsrc
Committed By:   kristerw
Date:           Sun Jul 20 00:26:52 UTC 2008

Modified Files:
        pkgsrc/lang/ghc: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/lang/ghc/patches: patch-ak patch-am
Added Files:
        pkgsrc/lang/ghc/patches: patch-ar patch-as

Log Message:
Update ghc to 6.8.3.  Thanks to Donn Cave for bugfix patches.

Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
  there is a new command ghc-pkg find-module.

* The filename completion in ghci is now more intelligent.

* We now look for GHCi config files in these locations:
    ./.ghci
    $HOME/.ghc/ghci.conf
    $HOME/.ghci

* You can now give multiple -e options to GHC.

* You can now use the -prof and -threaded flags together, although
  you cannot also use +RTS -N2.

* SCC names are no longer allowed to contain spaces, as some of the
  profiling tools break if they do.

* Various changes have been made to GHC's internals, so there are some
  differences in the API exposed by the ghc package. Most notably,
  checkAndLoadModule has now been implemented.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/lang/ghc/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/ghc/PLIST pkgsrc/lang/ghc/buildlink3.mk
cvs rdiff -r1.22 -r1.23 pkgsrc/lang/ghc/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/ghc/patches/patch-ak
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/ghc/patches/patch-am
cvs rdiff -r0 -r1.3 pkgsrc/lang/ghc/patches/patch-ar \
    pkgsrc/lang/ghc/patches/patch-as

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