Skip to content

Commit cfea695

Browse files
authored
Support latest optparse-applicative (#33)
1 parent 63d8a9f commit cfea695

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shellify.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: shellify
3-
version: 0.14.0.0
3+
version: 0.14.0.1
44

55
author: Daniel Rolls
66
maintainer: daniel.rolls.27@googlemail.com
@@ -29,7 +29,7 @@ common deps
2929
default-language: GHC2021
3030
build-depends:
3131
base >=4.16 && <4.21,
32-
optparse-applicative >=0.18.1.0 && <0.19,
32+
optparse-applicative >=0.18.1.0 && <0.20,
3333
raw-strings-qq >=1.1 && <1.2,
3434
text >=1.2.5.0 && <2.2
3535

0 commit comments

Comments
 (0)