diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-19 16:27:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-12-02 09:32:30 -0500 |
commit | 7be2ad5f217c0bd8e84a5630dab27e4546827f05 (patch) | |
tree | ed2bac0cf1fe1e6f777a1e80d492f0527cd577d0 /utils | |
parent | 3a96a0b6db6a32457ae2f91bb711c2481c767656 (diff) | |
download | haskell-wip/integer-simple-warnings.tar.gz |
Bump text submodulewip/integer-simple-warnings
Fixes warnings in integer-simple codepath.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index c921f329cb..4baf372867 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -23,9 +23,9 @@ CABAL_CONSTRAINT := --constraint="Cabal == $(CABAL_DOTTED_VERSION)" # macros is triggered by `-hide-all-packages`, so we have to explicitly # enumerate all packages we need in scope. ifeq "$(Windows_Host)" "YES" -CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory Win32 +CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory Win32 template-haskell else -CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory unix +CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory unix template-haskell endif ghc-cabal_DIST_BINARY_NAME = ghc-cabal$(exeext0) |