diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-17 20:23:47 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-20 15:12:12 -0400 |
commit | 6a375b5365b3d0c74198dbd702beda6632890454 (patch) | |
tree | 1e20c20a66f7e635f3b87cc4da46a59ab6f5e51a /compiler/ghc.cabal.in | |
parent | 91ddac2f859a8fb37e2a295f94676c9705fe0227 (diff) | |
download | haskell-6a375b5365b3d0c74198dbd702beda6632890454.tar.gz |
Bump template-haskell version to 2.18.0.0wip/T19083
This requires bumping the `exceptions` and `text` submodules to bring in
commits that bump their respective upper version bounds on `template-haskell`.
Fixes #19083.
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 ded5bc4c07..dd216823d2 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -67,7 +67,7 @@ Library containers >= 0.6.2.1 && < 0.7, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, - template-haskell == 2.17.*, + template-haskell == 2.18.*, hpc == 0.6.*, transformers == 0.5.*, exceptions == 0.10.*, |