Skip to content

Commit f573727

Browse files
authored
Merge pull request #12 from gwils/bump-optparse
Bump optparse-applicative upper bound
2 parents 9cdb37f + a0b4e91 commit f573727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-json-standard-cursor.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ common hw-rankselect { build-depends: hw-rankselect >= 0.13
5656
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.1 && < 0.4 }
5757
common lens { build-depends: lens >= 4 && < 5 }
5858
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
59-
common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.15 }
59+
common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.16 }
6060
common text { build-depends: text >= 1.2 && < 1.3 }
6161
common vector { build-depends: vector >= 0.12 && < 0.13 }
6262
common word8 { build-depends: word8 >= 0.1 && < 0.2 }

0 commit comments

Comments
 (0)