summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deps.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps.nix b/deps.nix
index e4a46e7..44c2050 100644
--- a/deps.nix
+++ b/deps.nix
@@ -1,5 +1,6 @@
[
"MonadRandom"
+ "QuickCheck"
"acid-state"
"aeson"
"async"
@@ -26,6 +27,7 @@
"network-uri"
"process"
"protolude"
+ "quickcheck-instances"
"random"
"req"
"safecopy"
@@ -36,6 +38,7 @@
"split"
"stm"
"string-quote"
+ "tasty"
"text"
"transformers"
"unagi-chan"