Skip to content

Commit

Permalink
Merge pull request #37 from input-output-hk/js/revisions
Browse files Browse the repository at this point in the history
Revise for newer io-classes
  • Loading branch information
jasagredo authored Nov 16, 2023
2 parents 6f8a2e0 + ba8c94e commit c67af4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3
, io-classes >=0.3 && <1.4
, text >=1.2 && <2.1

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.12
, containers >=0.5 && <0.7
, fs-api ^>=0.2
, io-classes >=0.3 && <1.3
, io-classes >=0.3 && <1.4
, mtl
, QuickCheck
, strict-stm >=0.3 && <1.3
, strict-stm >=0.3 && <1.4
, text >=1.2 && <2.1

ghc-options:
Expand Down

0 comments on commit c67af4e

Please sign in to comment.