diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-02-15 11:43:35 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-02-19 16:48:24 -0500 |
commit | e26d774b0754efd62402cea8f29cd6340bd3e4be (patch) | |
tree | a7727b5b8443287f5e4d4778717fb1fd7e801302 /utils/ghc-cabal/ghc.mk | |
parent | bd0af2a61df1c4b5d9ba746fc91496cb41e494a3 (diff) | |
download | haskell-e26d774b0754efd62402cea8f29cd6340bd3e4be.tar.gz |
Bump parsec submodule to 0.3.13.0
Diffstat (limited to 'utils/ghc-cabal/ghc.mk')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 2 |
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)" $@ |