Skip to content

Commit 0f60955

Browse files
Bump optparse-applicative upper bound
1 parent 975b234 commit 0f60955

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

cabal-bounds-upper.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

redact.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

stack-9.12.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)