Skip to content

Commit 5379c3c

Browse files
Bump optparse-applicative upper bound
1 parent fb55b88 commit 5379c3c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.7.0.0 (2024-12-04)

cabal-bounds-upper.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ constraints:
4444
, mtl == 2.3.1
4545

4646
-- https://hackage.haskell.org/package/optparse-applicative
47-
, optparse-applicative == 0.18.1.0
47+
, optparse-applicative == 0.19.0.0
4848

4949
-- https://hackage.haskell.org/package/prettyprinter
5050
, prettyprinter == 1.7.1

horizontal-rule.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ executable hr
7070
, time >=1.9.3 && <1.15
7171
if flag(optparse-applicative_ge_0_18)
7272
build-depends:
73-
optparse-applicative >=0.18 && <0.19
73+
optparse-applicative >=0.18 && <0.20
7474
, prettyprinter >=1.7.1 && <1.8
7575
else
7676
build-depends:

stack-9.12.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra-deps:
1717
- extra-1.8
1818
- hashable-1.5.0.0
1919
- monad-control-1.0.3.1
20-
- optparse-applicative-0.18.1.0
20+
- optparse-applicative-0.19.0.0
2121
- prettyprinter-1.7.1
2222
- prettyprinter-ansi-terminal-1.1.3
2323
- safe-exceptions-0.1.7.4

0 commit comments

Comments
 (0)