Skip to content

Commit

Permalink
feat: more async protocol experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Dec 12, 2024
1 parent b61095b commit 9ab7f07
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 20 deletions.
4 changes: 3 additions & 1 deletion spex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ library
Spex.Experiment.LinearTemporalLogic
Spex.Experiment.Protocol
Spex.Experiment.Protocol2
Spex.Experiment.Protocol3
Spex.Generator.Arbitrary
Spex.Generator.Combinator
Spex.Generator.Prng
Expand Down Expand Up @@ -91,7 +92,6 @@ library
, prettyprinter
, random
, template-haskell
, time
, utf8-string
, vector
, wai
Expand All @@ -105,7 +105,9 @@ library
, bytestring
, containers
, process
, stm
, text
, time
, transformers

-- pkgconfig-depends: zlib
Expand Down
Loading

0 comments on commit 9ab7f07

Please sign in to comment.