Path to this page:
./
lang/ghc,
Compiler for the functional language Haskell
Branch: CURRENT,
Version: 6.8.3nb1,
Package name: ghc-6.8.3nb1,
Maintainer: kristerwGHC: 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.
Required to run:[
lang/perl5] [
devel/gmp] [
devel/readline]
Required to build:[
devel/gmake]
Master sites:
Version history: (Expand)
- (2009-05-20) Updated to version: ghc-6.8.3nb1
- (2008-07-22) Updated to version: ghc-6.8.3
- (2008-07-07) Updated to version: ghc-6.8.2nb3
- (2008-04-01) Updated to version: ghc-6.8.2nb2
- (2008-03-29) Updated to version: ghc-6.8.2nb1
- (2008-03-25) Updated to version: ghc-6.8.2nb1
CVS history: (Expand)
| 2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) |  |
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-11-03 11:08:15 by Mark Davies | Files touched by this commit (2) |
Log message:
Fix build with perl 5.10.
As perl 5.6 wont be seen in a pkgsrc context just replace the test for
5.6 with one for 5.10 rather than a more substantial change.
|
2008-07-20 02:26:52 by Krister Walfridsson | Files touched by this commit (8) |  |
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.
|
2008-07-07 16:58:00 by Krister Walfridsson | Files touched by this commit (4) |  |
Log message:
Use the correct renamed symbol for sigprocmask.
Solves PR pkg/38510.
Bump PKGREVISION.
|
2008-03-31 08:18:12 by Curt Sampson | Files touched by this commit (4) |  |
Log message:
Fix another system library symbol versioning problem, this time with
socket(), and bump PKGREVISION.
|
2008-03-24 23:40:23 by Krister Walfridsson | Files touched by this commit (7) |  |
Log message:
Use the correct renamed symbols for opendir, unsetenv, and times.
Solves PR pkg/38263.
Bump PKGREVISION.
|