We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d8a9f commit cfea695Copy full SHA for cfea695
1 file changed
shellify.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: shellify
3
-version: 0.14.0.0
+version: 0.14.0.1
4
5
author: Daniel Rolls
6
maintainer: daniel.rolls.27@googlemail.com
@@ -29,7 +29,7 @@ common deps
29
default-language: GHC2021
30
build-depends:
31
base >=4.16 && <4.21,
32
- optparse-applicative >=0.18.1.0 && <0.19,
+ optparse-applicative >=0.18.1.0 && <0.20,
33
raw-strings-qq >=1.1 && <1.2,
34
text >=1.2.5.0 && <2.2
35
0 commit comments