From 2db9a955cad12fc97b10731a4ab625a8144cad0b Mon Sep 17 00:00:00 2001 From: Daniel Rolls Date: Sat, 26 Oct 2024 20:39:30 +0100 Subject: [PATCH] support ghc 9.10 --- shellify.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shellify.cabal b/shellify.cabal index b8c91b5..7ef4d44 100644 --- a/shellify.cabal +++ b/shellify.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: shellify -version: 0.11.0.3 +version: 0.11.0.4 author: Daniel Rolls maintainer: daniel.rolls.27@googlemail.com @@ -18,7 +18,8 @@ extra-doc-files: tested-with: GHC == 9.2.4, GHC == 9.2.8, - GHC == 9.6.2 + GHC == 9.6.2, + GHC == 9.10.1 source-repository head type: git @@ -27,7 +28,7 @@ source-repository head common deps default-language: GHC2021 build-depends: - base >=4.16 && <4.20, + base >=4.16 && <4.21, raw-strings-qq >=1.1 && <1.2, text >=1.2.5.0 && <2.2