Skip to content

Commit f6b0f2a

Browse files
authored
Merge pull request #5 from haskell-works/bump-upper-bound-of-optparse-applicative
Bump upper-bound of optparse-applicative
2 parents 2c22723 + 68c3239 commit f6b0f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-json-simple-cursor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3
5656
common hw-simd { build-depends: hw-simd >= 0.1.1.2 && < 0.2 }
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)