Skip to content

Commit

Permalink
Merge pull request #491 from IntersectMBO/coot/io-classes-1.7
Browse files Browse the repository at this point in the history
Updated strict-checked-vars to io-classes-1.7
  • Loading branch information
coot authored Aug 29, 2024
2 parents 9b633d4 + 173ca7c commit 6f9c20a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.1.0
cabal-version: 3.12.1.0

- name: Install system dependencies
uses: input-output-hk/actions/base@latest
Expand Down
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: 2024-06-12T11:52:25Z
index-state: hackage.haskell.org 2024-08-27T18:06:30Z
-- The CHaP index-state
index-state: cardano-haskell-packages 2024-06-12T11:52:25Z

Expand Down
8 changes: 3 additions & 5 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.0
version: 0.2.0.1
synopsis:
Strict MVars and TVars with invariant checking for IO and IOSim

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

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
Expand All @@ -79,7 +77,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 6f9c20a

Please sign in to comment.