summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-11 10:10:22 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-14 11:30:20 -0500
commitb06b1858f2765f27da2914bd8d17464eeb13d20c (patch)
tree1d9888d0e7dc5c9b6f6dab89b567fd131c20434d /compiler/ghc.cabal.in
parentdd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a (diff)
downloadhaskell-b06b1858f2765f27da2914bd8d17464eeb13d20c.tar.gz
base: Bump version to 4.14.0.0
Metric Increase: T4801
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 a33edcd2ea..58b840b6ad 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -59,7 +59,7 @@ Library
Default-Language: Haskell2010
Exposed: False
- Build-Depends: base >= 4.11 && < 4.14,
+ Build-Depends: base >= 4.11 && < 4.15,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,