diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2022-11-19 23:41:05 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-12-21 06:17:56 -0500 |
commit | 3ce2ab943092e34eb3be6dc565ff16f23cc47a6f (patch) | |
tree | d6f8c929a63c461652fc31949a949b6d2ca4abd0 /compiler | |
parent | 5d96fd5060958238d5b5c98f14a8b9221c87df93 (diff) | |
download | haskell-3ce2ab943092e34eb3be6dc565ff16f23cc47a6f.tar.gz |
Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrian
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 4b66f8dc33..2e2eb68ec1 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -88,7 +88,7 @@ Library filepath >= 1 && < 1.5, template-haskell == 2.19.*, hpc == 0.6.*, - transformers == 0.5.*, + transformers >= 0.5 && < 0.7, exceptions == 0.10.*, stm, ghc-boot == @ProjectVersionMunged@, |