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 --- ghc/ghc-bin.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghc') 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@ -- cgit v1.2.1