summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2019-01-07 00:59:23 +0100
committerBen Gamari <ben@well-typed.com>2019-01-14 09:30:40 -0500
commitcb31b23d39151c9a8b3c80ca11dd299224940f0d (patch)
tree0c420ced8f14c3d6bc6ec3731714bc85b5731da3 /ghc.mk
parentce11f6f25c1160262830d9670c4eaaebac37cbaf (diff)
downloadhaskell-cb31b23d39151c9a8b3c80ca11dd299224940f0d.tar.gz
Update `Cabal` submodule
This also requires adapting `ghc-pkg` to use the new Cabal parsing API as the old ReadP-based one has finally been evicted for good. Hadrian bit finished by: Ben Gamari <ben@smart-cactus.org>
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index f6d3b48c18..d90800b4f2 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -451,9 +451,6 @@ PACKAGES_STAGE1 += text
PACKAGES_STAGE1 += transformers
PACKAGES_STAGE1 += mtl
PACKAGES_STAGE1 += parsec
-# temporary until Cabal switches to parsec mode by default
-libraries/Cabal/Cabal_dist-boot_CONFIGURE_OPTS += --flag parsec
-libraries/Cabal/Cabal_dist-install_CONFIGURE_OPTS += --flag parsec
PACKAGES_STAGE1 += Cabal/Cabal
PACKAGES_STAGE1 += ghc-boot-th
PACKAGES_STAGE1 += ghc-boot