Skip to content

Commit 9ab7f07

Browse files
committedDec 12, 2024
feat: more async protocol experiments
1 parent b61095b commit 9ab7f07

File tree

3 files changed

+485
-20
lines changed

3 files changed

+485
-20
lines changed
 

‎spex.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ library
4141
Spex.Experiment.LinearTemporalLogic
4242
Spex.Experiment.Protocol
4343
Spex.Experiment.Protocol2
44+
Spex.Experiment.Protocol3
4445
Spex.Generator.Arbitrary
4546
Spex.Generator.Combinator
4647
Spex.Generator.Prng
@@ -91,7 +92,6 @@ library
9192
, prettyprinter
9293
, random
9394
, template-haskell
94-
, time
9595
, utf8-string
9696
, vector
9797
, wai
@@ -105,7 +105,9 @@ library
105105
, bytestring
106106
, containers
107107
, process
108+
, stm
108109
, text
110+
, time
109111
, transformers
110112

111113
-- pkgconfig-depends: zlib

0 commit comments

Comments
 (0)