diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-13 18:27:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-13 18:27:59 +0000 |
commit | addf865136274069fe72793aa6f82a6e0fd4758a (patch) | |
tree | 8b5253bc8a7eee95acf02962d861c7545e996558 /ghc.mk | |
parent | c6e8e1a62d01e18f3d58fe58fb2aecd3681b3f2c (diff) | |
download | haskell-addf865136274069fe72793aa6f82a6e0fd4758a.tar.gz |
Build haskell98 and haskell2010 with stage2
Stops us accidentally depending on them
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ INTREE_ONLY_PACKAGES := haskeline mtl terminfo utf8-string xhtml # packages. STAGE2_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \ dph/dph-common dph/dph-prim-par dph/dph-par dph/dph-seq \ - vector primitive + vector primitive haskell98 haskell2010 # Packages that are built by stage0, in addition to stage1. These # packages are dependencies of GHC, that we do not assume the stage0 |