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-13 18:49:42 -0400 |
commit | 3c310896fa12f4958afa87002c204faaf4042f42 (patch) | |
tree | 2cb84b375b055627ddc84ea22d98a6dc6f5dccf7 /libraries/template-haskell/template-haskell.cabal.in | |
parent | a31218f7737a65b6333ec7905e88dc094703f025 (diff) | |
download | haskell-wip/bump-base.tar.gz |
base: Bump to 4.15.0.0wip/bump-base
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.* |