summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
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 /compiler/ghc.cabal.in
parenteb8115a8c4cbc842b66798480fefc7ab64d31931 (diff)
downloadhaskell-7faa4509cd7dbc6e2f873e4997e8888bd6ec3507.tar.gz
base: Bump to 4.15.0.0
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 3b9bb8f6e3..40c4c609d6 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -67,7 +67,7 @@ Library
Default-Language: Haskell2010
Exposed: False
- Build-Depends: base >= 4.11 && < 4.15,
+ Build-Depends: base >= 4.11 && < 4.16,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,