diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-03 18:10:25 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-08 06:17:09 -0500 |
commit | d589410f6bf394c8aca53f18848bbe4dfca92f23 (patch) | |
tree | c67bc7a63a9934ed3d553b7ae7cdfaea943aecc1 /ghc.mk | |
parent | d491a6795d507eabe35d8aec63c534d29f2d305b (diff) | |
download | haskell-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.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |