Skip to content

Commit

Permalink
Merge pull request #493 from IntersectMBO/coot/revert-io-classes-1.7
Browse files Browse the repository at this point in the history
Revert "Updated strict-checked-vars to io-classes-1.7"
  • Loading branch information
coot authored Sep 12, 2024
2 parents 9b5458b + d702230 commit 0bcec94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- The hackage index-state
index-state: hackage.haskell.org 2024-08-27T18:06:30Z
index-state: 2024-06-12T11:52:25Z
-- The CHaP index-state
index-state: cardano-haskell-packages 2024-06-12T11:52:25Z

Expand Down
8 changes: 5 additions & 3 deletions strict-checked-vars/strict-checked-vars.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: strict-checked-vars
version: 0.2.0.1
version: 0.2.0.0
synopsis:
Strict MVars and TVars with invariant checking for IO and IOSim

Expand Down Expand Up @@ -50,7 +50,9 @@ library
default-language: Haskell2010
build-depends:
, base >=4.9 && <5
, io-classes:{io-classes,strict-mvar,strict-stm} ^>=1.7
, io-classes >=1.2 && <1.6
, strict-mvar >=1.2 && <1.6
, strict-stm >=1.2 && <1.6

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
Expand All @@ -77,7 +79,7 @@ test-suite test
default-language: Haskell2010
build-depends:
, base
, io-classes:io-classes
, io-classes
, io-sim
, nothunks
, QuickCheck
Expand Down

0 comments on commit 0bcec94

Please sign in to comment.