summaryrefslogtreecommitdiff
path: root/deps.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-15 17:24:54 -0700
committerBen Sima <ben@bsima.me>2020-04-15 17:24:54 -0700
commit2c633335249d4d586ed09ee0955b09da603b6921 (patch)
treedac0720c16cb83b4045af9a1bbadd10597fa156e /deps.nix
parente9a53b69ad68e531a789eff3128f7304fd411808 (diff)
Add some deps for haskell testing
Diffstat (limited to 'deps.nix')
-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"