diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2019-01-07 00:59:23 +0100 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-14 09:30:40 -0500 |
commit | cb31b23d39151c9a8b3c80ca11dd299224940f0d (patch) | |
tree | 0c420ced8f14c3d6bc6ec3731714bc85b5731da3 /ghc.mk | |
parent | ce11f6f25c1160262830d9670c4eaaebac37cbaf (diff) | |
download | haskell-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.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |