summaryrefslogtreecommitdiff
path: root/lang/ghc/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-07-20Update ghc to 6.8.3. Thanks to Donn Cave for bugfix patches.kristerw1-9/+11
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-3/+3
Solves PR pkg/38510. Bump PKGREVISION.
2008-03-31Fix another system library symbol versioning problem, this time withcjs1-1/+3
socket(), and bump PKGREVISION.
2008-03-24Use the correct renamed symbols for opendir, unsetenv, and times.kristerw1-1/+6
Solves PR pkg/38263. Bump PKGREVISION.
2008-03-17Update ghc to version 6.8.2.kristerw1-9/+10
The major changes in this release are adding Haskell Program Coverage (hpc) support to the compiler, adding a debugger to GHCi, the first phase of the base package split, and pointer tagging in the code generator (which should mean most code improves by 10-15%, and as a result the compiler is also faster). Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
2007-04-29Update lang/ghc to 6.6.1.kristerw1-7/+7
Many, many bugs have been fixed relative to 6.6. Far too many to list here. The other changes in this release are: * GHC works on Windows Vista. * GHC can now be used to compile C++ files. * There is an --install-signal-handlers=<yes|no> RTS flag. The main use is to stop GHC installing signal handlers when you are putting your code in a DLL. * Newtypes can now be defined using GADT syntax. * Linear implicit parameters are no longer accepted. * There is a manpage for ghc and ghci. * The building guide has been moved to the wiki. * GHC now comes with the filepath library.
2007-03-24Update ghc to version 6.6.kristerw1-7/+15
This version represent >19 month of development since the version 6.4, and the list of changes is far too big to include here. See http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html for the list of user visible changes.
2006-10-14Fixed "test ==".rillig1-1/+2
2006-07-31Update the bootstrap kit to make this build on NetBSD-current too.kristerw1-14/+8
Fix some hardcoded paths. Bump PKGREVISION.
2006-07-27Correct PLIST and distinfo.kristerw1-2/+1
Bump PKGREVISION.
2006-07-09Update from ghc 6.4.1 to ghc 6.4.2.augustss1-4/+4
I can't find any description of what has changed, but it's bug fixes as far as I know.
2006-04-30Fix build with gmake-3.81, using the upstream patch.wiz1-1/+2
Closes PR 33377 by David A. Holland.
2005-10-14Update ghc to version 6.4.1kristerw1-4/+4
"6.4.1 is a bugfix release over 6.4. No library APIs have changed, so code that worked with 6.4 should continue to work with 6.4.1. Many, many bugs have been fixed relative to 6.4. Far too many to list here." Fixes PR pkg/31751.
2005-06-14Do not #define _POSIX_SOURCE. We do not need that namespace protection,kristerw1-1/+2
and _POSIX_SOURCE causes build to fail for NetBSD 1.6 (due to fd_set not being available).
2005-05-21Update ghc to 6.4.kristerw1-6/+11
See http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html for the long list of changes since ghc-6.2.1. In addition, GHCi and profiling support have been enabled in this package.
2005-02-24Add RMD160 digestsagc1-1/+3
2004-05-29Update ghc to 6.2.1.kristerw1-25/+10
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
2004-01-10Make the pkg build on -current.kristerw1-2/+3
Closes PR pkg/23441.
2004-01-03Fix a multi-line sting.kristerw1-1/+2
2003-12-31Fix a gcc 3 issue by a patch provided by Sergio Jimenez in PR pkg/23441.kristerw1-1/+2
2003-04-29Update to a new GHC. There are too numerous changes to mention; see theaugustss1-11/+22
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.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo