diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-05-21 11:32:59 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-06-17 15:43:31 -0400 |
commit | 7faa4509cd7dbc6e2f873e4997e8888bd6ec3507 (patch) | |
tree | 58dc21af1746f8e5d8cb4b213f8a08e87f3159a3 /compiler/ghc.cabal.in | |
parent | eb8115a8c4cbc842b66798480fefc7ab64d31931 (diff) | |
download | haskell-7faa4509cd7dbc6e2f873e4997e8888bd6ec3507.tar.gz |
base: Bump to 4.15.0.0
Diffstat (limited to 'compiler/ghc.cabal.in')
-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 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, |