summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-25 17:22:44 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-27 14:00:11 -0400
commiteedec53df8bf030b36cdd1fcfd1ff06041bc46fd (patch)
tree5f02df4db84993513148f54f0bfe983beb242838 /compiler/ghc.cabal.in
parent9ad51bc9d2ad9168abad271f715ce73d3562218a (diff)
downloadhaskell-eedec53df8bf030b36cdd1fcfd1ff06041bc46fd.tar.gz
Version bump: base-4.16 (#18712)
Also bumps upper bounds on base in boot libraries (incl. submodules).
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 c0f01db2ee..f653c154b0 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -57,7 +57,7 @@ Library
Default-Language: Haskell2010
Exposed: False
- Build-Depends: base >= 4.11 && < 4.16,
+ Build-Depends: base >= 4.11 && < 4.17,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,