We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfea695 commit e8012bbCopy full SHA for e8012bb
shellify.cabal
@@ -28,7 +28,7 @@ source-repository head
28
common deps
29
default-language: GHC2021
30
build-depends:
31
- base >=4.16 && <4.21,
+ base >=4.16 && <4.22,
32
optparse-applicative >=0.18.1.0 && <0.20,
33
raw-strings-qq >=1.1 && <1.2,
34
text >=1.2.5.0 && <2.2
@@ -52,7 +52,7 @@ library
52
Paths_shellify
53
hs-source-dirs: src
54
55
- containers >=0.6.5.1 && <0.8,
+ containers >=0.6.5.1 && <0.9,
56
data-default >=0.7 && <0.9,
57
directory >=1.3.6.2 && <1.4,
58
HStringTemplate >=0.8.8 && <0.9,
0 commit comments