Skip to content

Commit

Permalink
Bump TTC upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Jan 2, 2025
1 parent 5c29a6b commit 9501a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ following conventions:
* Bump `base` dependency version upper bound
* Bump `hashable` dependency version upper bound
* Bump `template-haskell` dependency version upper bound
* Bump `ttc` dependency version upper bound

## 0.4.0.0 (2024-04-25)

Expand Down
2 changes: 1 addition & 1 deletion cabal-bounds-upper.project
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ constraints:
, transformers == 0.6.1.1

-- https://hackage.haskell.org/package/ttc
, ttc == 1.4.0.0
, ttc == 1.5.0.0

-- https://hackage.haskell.org/package/typed-process
, typed-process == 0.2.12.0
Expand Down
2 changes: 1 addition & 1 deletion lsupg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library
, template-haskell >=2.15.0.0 && <2.23
, text >=1.2.4.0 && <2.2
, transformers >=0.5.6.2 && <0.7
, ttc >=1.1.0.0 && <1.5
, ttc >=1.1.0.0 && <1.6
, typed-process >=0.2.6.0 && <0.3
, unordered-containers >=0.2.10.0 && <0.3
, vector >=0.12.1.2 && <0.14
Expand Down

0 comments on commit 9501a47

Please sign in to comment.