File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ following conventions:
2929### Non-Breaking
3030
3131* Bump ` base ` dependency version upper bound
32+ * Bump ` optparse-applicative ` dependency version upper bound
3233* Bump (vendored) ` template-haskell ` dependency version upper bound
3334
3435## 0.6.0.0 (2024-12-30)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ constraints:
5151 , mtl == 2.3.1
5252
5353 -- https://hackage.haskell.org/package/optparse-applicative
54- , optparse-applicative == 0.18.1 .0
54+ , optparse-applicative == 0.19.0 .0
5555
5656 -- https://hackage.haskell.org/package/prettyprinter
5757 , prettyprinter == 1.7.1
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ executable redact
7575 , redact
7676 if flag(optparse-applicative_ge_0_18)
7777 build-depends :
78- optparse-applicative >= 0.18 && < 0.19
78+ optparse-applicative >= 0.18 && < 0.20
7979 , prettyprinter >= 1.7.1 && < 1.8
8080 else
8181 build-depends :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ extra-deps:
2121 - extra-1.8
2222 - hashable-1.5.0.0
2323 - monad-control-1.0.3.1
24- - optparse-applicative-0.18.1 .0
24+ - optparse-applicative-0.19.0 .0
2525 - prettyprinter-1.7.1
2626 - prettyprinter-ansi-terminal-1.1.3
2727 - safe-exceptions-0.1.7.4
You can’t perform that action at this time.
0 commit comments