summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-03 18:10:25 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-08 06:17:09 -0500
commitd589410f6bf394c8aca53f18848bbe4dfca92f23 (patch)
treec67bc7a63a9934ed3d553b7ae7cdfaea943aecc1 /ghc.mk
parentd491a6795d507eabe35d8aec63c534d29f2d305b (diff)
downloadhaskell-d589410f6bf394c8aca53f18848bbe4dfca92f23.tar.gz
Bump haskeline submodule to 0.8.0.1
(cherry picked from commit feb3b955402d53c3875dd7a9a39f322827e5bd69)
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index f337333d9a..83a2853ddb 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -462,6 +462,10 @@ else
libraries/haskeline_CONFIGURE_OPTS += --flags=-terminfo
endif
+# ghc-cabal doesn't currently support packages containing both libraries
+# and executables. This flag disables the latter.
+libraries/haskeline_CONFIGURE_OPTS += --flags=-examples
+
PACKAGES_STAGE1 += stm
PACKAGES_STAGE1 += exceptions
PACKAGES_STAGE1 += haskeline