summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-21 11:32:59 -0400
committerBen Gamari <ben@smart-cactus.org>2020-06-17 15:43:31 -0400
commit7faa4509cd7dbc6e2f873e4997e8888bd6ec3507 (patch)
tree58dc21af1746f8e5d8cb4b213f8a08e87f3159a3 /libraries/ghc-boot
parenteb8115a8c4cbc842b66798480fefc7ab64d31931 (diff)
downloadhaskell-7faa4509cd7dbc6e2f873e4997e8888bd6ec3507.tar.gz
base: Bump to 4.15.0.0
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 6866f65011..bf68363827 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -55,7 +55,7 @@ Library
-- GHC.Version
-- GHC.Platform.Host
- build-depends: base >= 4.7 && < 4.15,
+ build-depends: base >= 4.7 && < 4.16,
binary == 0.8.*,
bytestring == 0.10.*,
containers >= 0.5 && < 0.7,