Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shellify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: shellify
version: 0.14.0.0
version: 0.14.0.1

author: Daniel Rolls
maintainer: daniel.rolls.27@googlemail.com
Expand Down Expand Up @@ -29,7 +29,7 @@ common deps
default-language: GHC2021
build-depends:
base >=4.16 && <4.21,
optparse-applicative >=0.18.1.0 && <0.19,
optparse-applicative >=0.18.1.0 && <0.20,
raw-strings-qq >=1.1 && <1.2,
text >=1.2.5.0 && <2.2

Expand Down