File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.7.0.0 (2024-12-04)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments