summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc.mk6
m---------libraries/bytestring0
2 files changed, 3 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 8e010a9c6f..961935f70d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -431,6 +431,9 @@ PACKAGES_STAGE1 += base
PACKAGES_STAGE1 += filepath
PACKAGES_STAGE1 += array
PACKAGES_STAGE1 += deepseq
+PACKAGES_STAGE1 += pretty
+PACKAGES_STAGE1 += ghc-boot-th
+PACKAGES_STAGE1 += template-haskell
PACKAGES_STAGE1 += bytestring
PACKAGES_STAGE1 += containers/containers
@@ -445,13 +448,10 @@ endif
PACKAGES_STAGE1 += directory
PACKAGES_STAGE1 += process
PACKAGES_STAGE1 += hpc
-PACKAGES_STAGE1 += pretty
PACKAGES_STAGE1 += binary
PACKAGES_STAGE1 += transformers
PACKAGES_STAGE1 += mtl
-PACKAGES_STAGE1 += ghc-boot-th
PACKAGES_STAGE1 += ghc-boot
-PACKAGES_STAGE1 += template-haskell
PACKAGES_STAGE1 += text
PACKAGES_STAGE1 += parsec
PACKAGES_STAGE1 += Cabal/Cabal
diff --git a/libraries/bytestring b/libraries/bytestring
-Subproject 310cdb90c925c35f962df9c690bd35e20136da2
+Subproject e84481a06ae4b50984469a79f2c1af4b2f02029