diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-04 16:04:37 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-04 16:04:37 -0500 |
commit | 669333d8afaf388a3ce4a56e383b24ea2bdea145 (patch) | |
tree | 79c2663e77f061664c81bc0749b6beae66063c5d /utils/ghc-cabal | |
parent | 35ca13520747dffa1c3c971198f4e1a7bb12bf72 (diff) | |
download | haskell-669333d8afaf388a3ce4a56e383b24ea2bdea145.tar.gz |
Drop HAVE_containers_050 from bootstrap flags
Cabal now sets this itself if MIN_VERSION_containers isn't defined.
Diffstat (limited to 'utils/ghc-cabal')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index b8f03a9da2..6250484017 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -54,7 +54,6 @@ $(ghc-cabal_DIST_BINARY): utils/ghc-cabal/Main.hs $(TOUCH_DEP) | $$(dir $$@)/. b -no-user-$(GHC_PACKAGE_DB_FLAG) \ -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations \ -DCABAL_VERSION=$(CABAL_VERSION) \ - -DHAVE_containers_050 \ -DBOOTSTRAPPING \ -optP-include -optPutils/ghc-cabal/cabal_macros_boot.h \ -odir bootstrapping \ |