Skip to content

Commit

Permalink
Bump time upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Apr 16, 2024
1 parent 6138756 commit e83c982
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ following conventions:
* Bump `base` dependency version upper bound
* Bump `tasty` dependency version upper bound
* Bump `text` dependency version upper bound
* Bump `time` dependency version upper bound

## 0.6.0.0 (2023-05-28)

Expand Down
2 changes: 1 addition & 1 deletion cabal-bounds-upper.project
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ constraints:

-- https://hackage.haskell.org/package/time
-- GHC boot library
, time == 1.12.2
, time == 1.14
2 changes: 1 addition & 1 deletion horizontal-rule.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ executable hr
base
, horizontal-rule
, text
, time >=1.8.0.2 && <1.13
, time >=1.8.0.2 && <1.15
if flag(optparse-applicative_ge_0_18)
build-depends:
optparse-applicative >=0.18 && <0.19
Expand Down
4 changes: 0 additions & 4 deletions project/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

## Compatibility

* [`time`](https://hackage.haskell.org/package/time)
`1.14` blocked by
[`unix`](https://hackage.haskell.org/package/unix)

## Documentation

## Examples
Expand Down

0 comments on commit e83c982

Please sign in to comment.