Subject: CVS commit: pkgsrc/lang/ghc
From: Krister Walfridsson
Date: 2008-07-20 02:26:52
Message id: 20080720002652.ABC36175D0@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.43modifypkgsrc/lang/ghc/Makefile
1.10modifypkgsrc/lang/ghc/PLIST
1.10modifypkgsrc/lang/ghc/buildlink3.mk
1.23modifypkgsrc/lang/ghc/distinfo
1.5modifypkgsrc/lang/ghc/patches/patch-ak
1.4modifypkgsrc/lang/ghc/patches/patch-am
1.3addpkgsrc/lang/ghc/patches/patch-ar
1.3addpkgsrc/lang/ghc/patches/patch-as