We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61095b commit 9ab7f07Copy full SHA for 9ab7f07
spex.cabal
@@ -41,6 +41,7 @@ library
41
Spex.Experiment.LinearTemporalLogic
42
Spex.Experiment.Protocol
43
Spex.Experiment.Protocol2
44
+ Spex.Experiment.Protocol3
45
Spex.Generator.Arbitrary
46
Spex.Generator.Combinator
47
Spex.Generator.Prng
@@ -91,7 +92,6 @@ library
91
92
, prettyprinter
93
, random
94
, template-haskell
- , time
95
, utf8-string
96
, vector
97
, wai
@@ -105,7 +105,9 @@ library
105
, bytestring
106
, containers
107
, process
108
+ , stm
109
, text
110
+ , time
111
, transformers
112
113
-- pkgconfig-depends: zlib
0 commit comments