diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2020-09-25 17:22:44 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-27 14:00:11 -0400 |
commit | eedec53df8bf030b36cdd1fcfd1ff06041bc46fd (patch) | |
tree | 5f02df4db84993513148f54f0bfe983beb242838 /compiler | |
parent | 9ad51bc9d2ad9168abad271f715ce73d3562218a (diff) | |
download | haskell-eedec53df8bf030b36cdd1fcfd1ff06041bc46fd.tar.gz |
Version bump: base-4.16 (#18712)
Also bumps upper bounds on base in boot libraries (incl. submodules).
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
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, |