diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-11 19:43:37 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-13 17:01:21 -0500 |
commit | dd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a (patch) | |
tree | 46bceb45f2f238e8adfc1c3ae8e8a8a0f2adb6c0 /ghc/ghc-bin.cabal.in | |
parent | a06cfb59d21c9cf6f53a8b1acedb075988a6c5ca (diff) | |
download | haskell-dd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a.tar.gz |
Bump Haskeline and add exceptions as boot library
Haskeline now depends upon exceptions. See #16752.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 721df4ea62..bc10724677 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -61,7 +61,8 @@ Executable ghc deepseq == 1.4.*, ghc-prim >= 0.5.0 && < 0.7, ghci == @ProjectVersionMunged@, - haskeline == 0.7.*, + haskeline == 0.8.*, + exceptions == 0.10.*, time >= 1.8 && < 1.10 CPP-Options: -DHAVE_INTERNAL_INTERPRETER GHC-Options: -fno-warn-name-shadowing |