diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-11 10:10:22 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-14 11:30:20 -0500 |
commit | b06b1858f2765f27da2914bd8d17464eeb13d20c (patch) | |
tree | 1d9888d0e7dc5c9b6f6dab89b567fd131c20434d /libraries/ghci | |
parent | dd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a (diff) | |
download | haskell-b06b1858f2765f27da2914bd8d17464eeb13d20c.tar.gz |
base: Bump version to 4.14.0.0
Metric Increase:
T4801
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 849e2a147a..62f8ec43a5 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -72,7 +72,7 @@ library Build-Depends: array == 0.5.*, - base >= 4.8 && < 4.14, + base >= 4.8 && < 4.15, binary == 0.8.*, bytestring == 0.10.*, containers >= 0.5 && < 0.7, |