summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2022-11-19 23:41:05 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-21 06:17:56 -0500
commit3ce2ab943092e34eb3be6dc565ff16f23cc47a6f (patch)
treed6f8c929a63c461652fc31949a949b6d2ca4abd0 /hadrian
parent5d96fd5060958238d5b5c98f14a8b9221c87df93 (diff)
downloadhaskell-3ce2ab943092e34eb3be6dc565ff16f23cc47a6f.tar.gz
Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrian
Diffstat (limited to 'hadrian')
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 03b7f568c1..b220f27462 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -158,7 +158,7 @@ executable hadrian
, mtl >= 2.2 && < 2.4
, parsec >= 3.1 && < 3.2
, shake >= 0.18.3 && < 0.20
- , transformers >= 0.4 && < 0.6
+ , transformers >= 0.4 && < 0.7
, unordered-containers >= 0.2.1 && < 0.3
, text >= 1.2 && < 3
ghc-options: -Wall