[commit: ghc] master: Drop HAVE_containers_050 from bootstrap flags (669333d)
git at git.haskell.org
git at git.haskell.org
Sat Mar 4 21:45:53 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/669333d8afaf388a3ce4a56e383b24ea2bdea145/ghc
>---------------------------------------------------------------
commit 669333d8afaf388a3ce4a56e383b24ea2bdea145
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Mar 4 16:04:37 2017 -0500
Drop HAVE_containers_050 from bootstrap flags
Cabal now sets this itself if MIN_VERSION_containers isn't defined.
>---------------------------------------------------------------
669333d8afaf388a3ce4a56e383b24ea2bdea145
utils/ghc-cabal/ghc.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index b8f03a9..6250484 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 \
More information about the ghc-commits
mailing list