aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.nix
diff options
context:
space:
mode:
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";