Skip to content

Commit 2f2d063

Browse files
committed
Use typed-protocols-1.1.0.1
This version is compatible with QuickCheck 2.15 and lower
1 parent cc6d9b5 commit 2f2d063

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

cabal.project

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@ source-repository-package
9090
network-mux
9191
ouroboros-network
9292

93-
source-repository-package
94-
type: git
95-
location: https://github.com/input-output-hk/typed-protocols
96-
tag: e29a21541c4af44a3d586ef0b2a61f8d87cc6bdd
97-
--sha256: sha256-Kww2GEqi+GbjmKVIhMADazpUddOBuXqQCiR58WkMj10=
98-
subdir:
99-
typed-protocols
100-
10193
-- kes-agent is not yet in CHaP, so we pull it from its GitHub repo
10294
source-repository-package
10395
type: git

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ test-suite cardano-test
500500
tasty-hunit,
501501
tasty-quickcheck,
502502
temporary,
503-
typed-protocols ^>=1.1,
503+
typed-protocols ^>=1.1.0.1,
504504
unstable-byron-testlib,
505505
unstable-cardano-testlib,
506506
unstable-shelley-testlib,

ouroboros-consensus/ouroboros-consensus.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ library
359359
time,
360360
transformers,
361361
transformers-base,
362-
typed-protocols ^>=1.1,
362+
typed-protocols ^>=1.1.0.1,
363363
vector ^>=0.13,
364364

365365
x-docspec-extra-packages:
@@ -712,7 +712,7 @@ test-suite consensus-test
712712
transformers,
713713
transformers-base,
714714
tree-diff,
715-
typed-protocols:{examples, stateful, typed-protocols} ^>=1.1,
715+
typed-protocols:{examples, stateful, typed-protocols} ^>=1.1.0.1,
716716
unstable-consensus-testlib,
717717
unstable-mock-block,
718718

0 commit comments

Comments
 (0)