Skip to content

Commit

Permalink
Merge pull request #74 from input-output-hk/jdral/bump-io-classes-1.6
Browse files Browse the repository at this point in the history
Bump `io-classes` and co to `1.6`
  • Loading branch information
jorisdral committed Jun 6, 2024
2 parents 91d748d + 5c30196 commit 793b56d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repository cardano-haskell-packages

index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-05-01T04:59:38Z
, hackage.haskell.org 2024-06-07T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-04-30T19:46:33Z
, cardano-haskell-packages 2024-06-07T00:00:00Z

packages:
fs-api
Expand Down
3 changes: 2 additions & 1 deletion fs-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
`hGetBufExactly`, `hGetBufExactlyAt`, `hPutBufExactly`, and
`hPutBufExactlyAt`.
* `NFData` instances for `FsPath`, `HasFS` and `Handle`.
* Add 'FsPath' combinators: `(<.>)` and `addExtension`, `(</>)` and `combine.
* Add `FsPath` combinators: `(<.>)` and `addExtension`, `(</>)` and `combine`.

### Patch

* Add a clarification in the documentation of `FsPath` that the user is
responsible for picking sensible directory/file names.
* Bump upper version bounds for `io-classes` to `1.6`

## 0.2.0.1 -- 2023-10-30

Expand Down
2 changes: 1 addition & 1 deletion fs-api/fs-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ library
, digest
, directory >=1.3 && <1.4
, filepath >=1.4 && <1.5
, io-classes >=0.3 && <1.5
, io-classes >=0.3 && <1.6
, primitive ^>=0.9
, safe-wild-cards ^>=1.0
, text >=1.2 && <2.2
Expand Down
4 changes: 2 additions & 2 deletions fs-sim/fs-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ library
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
, fs-api ^>=0.2
, io-classes >=0.3 && <1.5
, io-classes >=0.3 && <1.6
, mtl
, primitive ^>=0.9
, QuickCheck
, safe-wild-cards ^>=1.0
, strict-stm >=0.3 && <1.5
, strict-stm >=0.3 && <1.6
, text >=1.2 && <2.2

ghc-options:
Expand Down

0 comments on commit 793b56d

Please sign in to comment.