summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-02-15 11:43:35 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-19 16:48:24 -0500
commite26d774b0754efd62402cea8f29cd6340bd3e4be (patch)
treea7727b5b8443287f5e4d4778717fb1fd7e801302 /utils/ghc-cabal
parentbd0af2a61df1c4b5d9ba746fc91496cb41e494a3 (diff)
downloadhaskell-e26d774b0754efd62402cea8f29cd6340bd3e4be.tar.gz
Bump parsec submodule to 0.3.13.0
Diffstat (limited to 'utils/ghc-cabal')
-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 e0d2afe3f6..70e418eaf6 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -75,7 +75,7 @@ $(ghc-cabal_DIST_BINARY): $(CABAL_LEXER_DEP) utils/ghc-cabal/Main.hs $(TOUCH_DEP
-ilibraries/text \
libraries/text/cbits/cbits.c \
-Ilibraries/text/include \
- -ilibraries/parsec \
+ -ilibraries/parsec/src \
$(utils/ghc-cabal_dist_EXTRA_HC_OPTS) \
$(EXTRA_HC_OPTS)
"$(TOUCH_CMD)" $@