Skip to content

Commit

Permalink
Bump ansi-terminal upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Feb 7, 2024
1 parent 931a955 commit 52a89d8
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 @@ -28,6 +28,7 @@ following conventions:

### Non-Breaking

* Bump `ansi-terminal` dependency version upper bound
* Bump `base` dependency version upper bound
* Bump `tasty` dependency version upper bound
* Bump `text` dependency version upper bound
Expand Down
2 changes: 1 addition & 1 deletion cabal-bounds-upper.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ with-compiler: ghc-9.8.1

constraints:
-- https://hackage.haskell.org/package/ansi-terminal
ansi-terminal == 1.0
ansi-terminal == 1.1

-- https://hackage.haskell.org/package/base
-- GHC boot library
Expand Down
2 changes: 1 addition & 1 deletion redact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
other-modules:
Paths_redact
build-depends:
ansi-terminal >=0.8.0.4 && <1.1
ansi-terminal >=0.8.0.4 && <1.2
, base >=4.10.1 && <4.20
, text >=1.2.3 && <2.2
default-language: Haskell2010
Expand Down

0 comments on commit 52a89d8

Please sign in to comment.