diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-03-29 22:04:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-29 22:04:27 +0700 |
commit | 7cfb6ccc32c38e4044510972af8a3c1950cde64a (patch) | |
tree | 5c4f2a96e39241f9991a3b52378f2fe135323f2c /haskell/ghc/README | |
parent | dc653d708e3fcaf6be846b812c8bdaa22a8c5125 (diff) | |
download | slackbuilds-7cfb6ccc32c38e4044510972af8a3c1950cde64a.tar.gz |
haskell/ghc: Updated for version 7.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/ghc/README')
-rw-r--r-- | haskell/ghc/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/ghc/README b/haskell/ghc/README index d4cc3b8fd5..a63dd0582b 100644 --- a/haskell/ghc/README +++ b/haskell/ghc/README @@ -1,3 +1,11 @@ GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell. This is a complete build, including interactive system and profiling libraries and documentation. + +You will need 4.3G of free space in /tmp/SBo to build this package. + +In theory, if you already have ghc 7.4 or newer on your build host, +you can skip the bootstrapping done by this script by passing +BOOTSTRAP=no environment variable to this script. In that case, you +also do not have to download the bindist, just the ghc-*-src.tar.xz. +This is not recommended, though, since it is poorly tested. |