Skip to content

Commit e8012bb

Browse files
authored
Support GHC 9.12 (#34)
1 parent cfea695 commit e8012bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shellify.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source-repository head
2828
common deps
2929
default-language: GHC2021
3030
build-depends:
31-
base >=4.16 && <4.21,
31+
base >=4.16 && <4.22,
3232
optparse-applicative >=0.18.1.0 && <0.20,
3333
raw-strings-qq >=1.1 && <1.2,
3434
text >=1.2.5.0 && <2.2
@@ -52,7 +52,7 @@ library
5252
Paths_shellify
5353
hs-source-dirs: src
5454
build-depends:
55-
containers >=0.6.5.1 && <0.8,
55+
containers >=0.6.5.1 && <0.9,
5656
data-default >=0.7 && <0.9,
5757
directory >=1.3.6.2 && <1.4,
5858
HStringTemplate >=0.8.8 && <0.9,

0 commit comments

Comments
 (0)