From 3ce2ab943092e34eb3be6dc565ff16f23cc47a6f Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 19 Nov 2022 23:41:05 +0000 Subject: Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrian --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') 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@, -- cgit v1.2.1