Skip to content

Commit 06b2bee

Browse files
committed
Bump io-classes and co to 1.6
1 parent 91d748d commit 06b2bee

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ repository cardano-haskell-packages
1212

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

1919
packages:
2020
fs-api

fs-api/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

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

3536
## 0.2.0.1 -- 2023-10-30
3637

fs-api/fs-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, digest
4747
, directory >=1.3 && <1.4
4848
, filepath >=1.4 && <1.5
49-
, io-classes >=0.3 && <1.5
49+
, io-classes >=0.3 && <1.6
5050
, primitive ^>=0.9
5151
, safe-wild-cards ^>=1.0
5252
, text >=1.2 && <2.2

fs-sim/fs-sim.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ library
4141
, bytestring >=0.10 && <0.13
4242
, containers >=0.5 && <0.7
4343
, fs-api ^>=0.2
44-
, io-classes >=0.3 && <1.5
44+
, io-classes >=0.3 && <1.6
4545
, mtl
4646
, primitive ^>=0.9
4747
, QuickCheck
4848
, safe-wild-cards ^>=1.0
49-
, strict-stm >=0.3 && <1.5
49+
, strict-stm >=0.3 && <1.6
5050
, text >=1.2 && <2.2
5151

5252
ghc-options:

0 commit comments

Comments
 (0)