summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-06 12:35:24 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-07 12:07:08 -0400
commit4df39fd071aa5b6863818212df116547201cd29c (patch)
tree5e27be6b483369bc4602afd6d4ed8ec4a3b3172a /utils
parent9a6bfb0a0b4c3a29652df1320c30035e1347949d (diff)
downloadhaskell-4df39fd071aa5b6863818212df116547201cd29c.tar.gz
Get rid of GHC_PACKAGE_DB_FLAG
We no longer support booting from older GHC since 527bcc41630918977c73584d99125ff164400695.
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-cabal/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index 02e8ccd71a..c921f329cb 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -62,7 +62,7 @@ $(ghc-cabal_DIST_BINARY): $(CABAL_LEXER_DEP) utils/ghc-cabal/Main.hs $(TOUCH_DEP
-hide-all-packages \
$(addprefix -package , $(CABAL_BUILD_DEPS)) \
--make utils/ghc-cabal/Main.hs -o $@ \
- -no-user-$(GHC_PACKAGE_DB_FLAG) \
+ -no-user-package-db \
-Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations \
-DCABAL_VERSION=$(CABAL_VERSION) \
-DCABAL_PARSEC \