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 /libraries/template-haskell/template-haskell.cabal.in | |
parent | eb8115a8c4cbc842b66798480fefc7ab64d31931 (diff) | |
download | haskell-7faa4509cd7dbc6e2f873e4997e8888bd6ec3507.tar.gz |
base: Bump to 4.15.0.0
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal.in')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index 10f64895bc..fc89bf69c6 100644 --- a/libraries/template-haskell/template-haskell.cabal.in +++ b/libraries/template-haskell/template-haskell.cabal.in @@ -55,7 +55,7 @@ Library Language.Haskell.TH.Lib.Map build-depends: - base >= 4.11 && < 4.15, + base >= 4.11 && < 4.16, ghc-boot-th == @ProjectVersionMunged@, ghc-prim, pretty == 1.1.* |