From 8c4412214109df31776b2ae5f650093bf6351a80 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 17 Oct 2024 13:43:50 +1100 Subject: [PATCH] Support ghc-9.12 --- hsc2hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsc2hs.cabal b/hsc2hs.cabal index f08f4d4..aeafdcd 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -82,7 +82,7 @@ Executable hsc2hs Other-Extensions: CPP, NoMonomorphismRestriction - Build-Depends: base >= 4.3.0 && < 4.21, + Build-Depends: base >= 4.3.0 && < 4.22, containers >= 0.4.0 && < 0.8, directory >= 1.1.0 && < 1.4, filepath >= 1.2.0 && < 1.6,