summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ak
AgeCommit message (Collapse)AuthorFilesLines
2008-07-20Update ghc to 6.8.3. Thanks to Donn Cave for bugfix patches.kristerw1-5/+15
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.
2008-07-07Use the correct renamed symbol for sigprocmask.kristerw1-4/+16
Solves PR pkg/38510. Bump PKGREVISION.
2008-03-24Use the correct renamed symbols for opendir, unsetenv, and times.kristerw1-0/+15
Solves PR pkg/38263. Bump PKGREVISION.
2004-05-29Update ghc to 6.2.1.kristerw1-12/+0
There are too many changes compared to version 5.04.3 to list here... The changes are described in: http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
2003-04-29Update to a new GHC. There are too numerous changes to mention; see theaugustss1-0/+12
GHC documentation for details. The most import change is that this package (which has been broken since the conversion from a.out to ELF) has been re-ported to NetBSD by Urban Boquist, boquist@crt.se.