diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-23 14:05:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-23 14:05:25 +0000 |
commit | ec064b6d9d43b1655dd24df06d29b5e43940c7d6 (patch) | |
tree | a45579eae2e4fe241902e1d004bd32da49fd86f6 /ghc.mk | |
parent | 27f39f78c8a8c31625f38ed3eb42208c25d0543c (diff) | |
download | haskell-ec064b6d9d43b1655dd24df06d29b5e43940c7d6.tar.gz |
Build primitive with stage2
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 + vector primitive # Packages that are built by stage0, in addition to stage1. These # packages are dependencies of GHC, that we do not assume the stage0 |