diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-08-21 11:31:14 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-10-06 11:00:27 -0400 |
commit | a259e6dabc90f052fcfef18c90ed09c30bf5696c (patch) | |
tree | 1601ae6c9142a433b93381f89eb675f02e2e7b26 /utils | |
parent | 721dc35dcc92684138e16968c19f77e299187956 (diff) | |
download | haskell-a259e6dabc90f052fcfef18c90ed09c30bf5696c.tar.gz |
Bump text submodule to 1.2.4.0+
Fixes #18588 and #17956.
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 90a47ddf98..fbc9bfc663 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -25,7 +25,7 @@ CABAL_CONSTRAINT := --constraint="Cabal == $(CABAL_DOTTED_VERSION)" ifeq "$(Windows_Host)" "YES" CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory filepath Win32 else -CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory filepath unix +CABAL_BUILD_DEPS := ghc-prim base array transformers time containers bytestring deepseq process pretty directory filepath unix template-haskell endif ghc-cabal_DIST_BINARY_NAME = ghc-cabal$(exeext0) @@ -75,7 +75,7 @@ $(ghc-cabal_DIST_BINARY): $(CABAL_LEXER_DEP) utils/ghc-cabal/Main.hs $(TOUCH_DEP -ilibraries/filepath \ -ilibraries/hpc \ -ilibraries/mtl \ - -ilibraries/text \ + -ilibraries/text/src \ libraries/text/cbits/cbits.c \ -Ilibraries/text/include \ -ilibraries/parsec/src \ |