Skip to content

Commit

Permalink
strict-checked-vars: allow io-classes-1.4 and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Feb 22, 2024
1 parent fc1d6be commit 3fba52b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- The hackage index-state
index-state: 2024-02-14T22:42:30Z
index-state: 2024-02-22T10:35:52Z
-- The CHaP index-state
index-state: cardano-haskell-packages 2024-02-14T10:17:08Z
index-state: cardano-haskell-packages 2024-02-21T14:57:01Z

packages:
base-deriving-via
cardano-binary
cardano-binary/test
cardano-crypto-class
cardano-crypto-praos
cardano-crypto-tests
cardano-slotting
cardano-strict-containers
cardano-mempool
heapwords
measures
orphans-deriving-via
-- base-deriving-via
-- cardano-binary
-- cardano-binary/test
-- cardano-crypto-class
-- cardano-crypto-praos
-- cardano-crypto-tests
-- cardano-slotting
-- cardano-strict-containers
-- cardano-mempool
-- heapwords
-- measures
-- orphans-deriving-via
strict-checked-vars

-- Ensures colourized output from test runners
Expand Down
6 changes: 3 additions & 3 deletions strict-checked-vars/strict-checked-vars.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ library
default-language: Haskell2010
build-depends:
, base >=4.9 && <5
, io-classes >=1.2 && <1.4
, strict-mvar >=1.2 && <1.4
, strict-stm >=1.2 && <1.4
, io-classes >=1.2 && <1.5
, strict-mvar >=1.2 && <1.5
, strict-stm >=1.2 && <1.5

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
Expand Down

0 comments on commit 3fba52b

Please sign in to comment.