From 69be80bc18e880e9c2024c315acaeba98b2292a7 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 9 Aug 2023 10:14:11 -0400 Subject: [PATCH] Allow building with transformers-0.6.* (GHC 9.6) Fixes #44. --- language-rust.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-rust.cabal b/language-rust.cabal index f9c4331..0e45eed 100644 --- a/language-rust.cabal +++ b/language-rust.cabal @@ -86,7 +86,7 @@ library build-depends: base >=4.9 && <5.0 , prettyprinter >=1.0 && <2.0 - , transformers >=0.4 && <0.6 + , transformers >=0.4 && <0.7 , array >=0.5 && <0.6 , deepseq >=1.1 && <1.5