[commit: ghc] master: Bump parsec submodule to 0.3.13.0 (e26d774)
git at git.haskell.org
git at git.haskell.org
Mon Feb 19 21:48:59 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e26d774b0754efd62402cea8f29cd6340bd3e4be/ghc
>---------------------------------------------------------------
commit e26d774b0754efd62402cea8f29cd6340bd3e4be
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Feb 15 11:43:35 2018 -0500
Bump parsec submodule to 0.3.13.0
>---------------------------------------------------------------
e26d774b0754efd62402cea8f29cd6340bd3e4be
libraries/parsec | 2 +-
utils/ghc-cabal/ghc.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/parsec b/libraries/parsec
index 1c56e08..00dd731 160000
--- a/libraries/parsec
+++ b/libraries/parsec
@@ -1 +1 @@
-Subproject commit 1c56e0885173accbd3296aa5591a3e0c18084e7a
+Subproject commit 00dd731bc12746ac7d4341348abe733c5373cdb7
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index e0d2afe..70e418e 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)" $@
More information about the ghc-commits
mailing list