aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-10 21:38:08 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-10 21:38:08 +0000
commitf6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b (patch)
tree9aeb04e2bf034fb83cbd5efd7ae472f9411996cd /spec/thermoprint-spec.nix
parent6ec3c805ea2cd629a75641530de30ab39a191409 (diff)
downloadthermoprint-f6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b.tar
thermoprint-f6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b.tar.gz
thermoprint-f6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b.tar.bz2
thermoprint-f6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b.tar.xz
thermoprint-f6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b.zip
Fixed issue: Ram usage explodes during tests
Diffstat (limited to 'spec/thermoprint-spec.nix')
-rw-r--r--spec/thermoprint-spec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix
index ea903ba..2da5d86 100644
--- a/spec/thermoprint-spec.nix
+++ b/spec/thermoprint-spec.nix
@@ -12,7 +12,7 @@ mkDerivation {
12 text 12 text
13 ]; 13 ];
14 testHaskellDepends = [ 14 testHaskellDepends = [
15 base hspec QuickCheck quickcheck-instances 15 aeson base hspec QuickCheck quickcheck-instances
16 ]; 16 ];
17 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 17 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
18 description = "A specification of the API and the payload datatypes and associated utilities"; 18 description = "A specification of the API and the payload datatypes and associated utilities";