Skip to content

Commit

Permalink
Merge pull request #44 from input-output-hk/bolt12/bump-versions
Browse files Browse the repository at this point in the history
Update io-classes and strict-stm bounds
  • Loading branch information
jorisdral authored Feb 23, 2024
2 parents c3b9161 + 1f2abaa commit b3895ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 2023-11-30T00:00:00Z
, hackage.haskell.org 2024-02-22T20:53:27Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2023-11-30T00:00:00Z
, cardano-haskell-packages 2024-02-23T09:45:19Z

packages:
fs-api
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 @@ -51,7 +51,7 @@ library
, digest
, directory >=1.3 && <1.4
, filepath >=1.4 && <1.5
, io-classes >=0.3 && <1.4
, io-classes >=0.3 && <1.5
, text >=1.2 && <2.2

if os(windows)
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 @@ -38,10 +38,10 @@ library
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
, fs-api ^>=0.2
, io-classes >=0.3 && <1.4
, io-classes >=0.3 && <1.5
, mtl
, QuickCheck
, strict-stm >=0.3 && <1.4
, strict-stm >=0.3 && <1.5
, text >=1.2 && <2.2

ghc-options:
Expand Down

0 comments on commit b3895ff

Please sign in to comment.