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 /ghc | |
parent | 5d96fd5060958238d5b5c98f14a8b9221c87df93 (diff) | |
download | haskell-3ce2ab943092e34eb3be6dc565ff16f23cc47a6f.tar.gz |
Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrian
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 5da5dc0b17..88e559048c 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -38,7 +38,7 @@ Executable ghc process >= 1 && < 1.7, filepath >= 1 && < 1.5, containers >= 0.5 && < 0.7, - transformers == 0.5.*, + transformers >= 0.5 && < 0.7, ghc-boot == @ProjectVersionMunged@, ghc == @ProjectVersionMunged@ |