From ec064b6d9d43b1655dd24df06d29b5e43940c7d6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 23 Sep 2010 14:05:25 +0000 Subject: [PATCH] Build primitive with stage2 --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index 805fc14..e0d2cce 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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 -- 1.7.10.4