Skip to content

Commit

Permalink
Bump filepath upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Apr 16, 2024
1 parent 81edbb7 commit 10462a0
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 @@ -30,6 +30,7 @@ following conventions:

* Bump `base` dependency version upper bound
* Bump `bytestring` dependency version upper bound
* Bump `filepath` dependency version upper bound
* Bump `tasty` dependency version upper bound
* Bump `text` dependency version upper bound
* Bump `ttc` 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 @@ -16,7 +16,7 @@ constraints:

-- https://hackage.haskell.org/package/filepath
-- GHC boot library
, filepath == 1.4.200.1
, filepath == 1.5.2.0

-- https://hackage.haskell.org/package/optparse-applicative
, optparse-applicative == 0.18.1.0
Expand Down
2 changes: 1 addition & 1 deletion literatex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test-suite literatex-test
build-depends:
base
, bytestring
, filepath >=1.4.1.2 && <1.5
, filepath >=1.4.1.2 && <1.6
, literatex
, tasty >=0.12 && <1.6
, tasty-hunit >=0.8 && <0.11
Expand Down
4 changes: 0 additions & 4 deletions project/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

## Compatibility

* [`filepath`](https://hackage.haskell.org/package/filepath)
`1.5.2.0` blocked by
[`hashable`](https://hackage.haskell.org/package/hashable)

## Documentation

## Examples
Expand Down

0 comments on commit 10462a0

Please sign in to comment.