aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-20 12:29:48 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-20 12:29:48 +0000
commitd5beb20783df5f13357dd6d2a55c48c97da578f4 (patch)
tree6be932afdd75bca3940f3bf6f8c1e7cd789841d2 /spec/thermoprint-spec.nix
parent1b598d96cafa99da25609125da71d31fbab361bb (diff)
downloadthermoprint-d5beb20783df5f13357dd6d2a55c48c97da578f4.tar
thermoprint-d5beb20783df5f13357dd6d2a55c48c97da578f4.tar.gz
thermoprint-d5beb20783df5f13357dd6d2a55c48c97da578f4.tar.bz2
thermoprint-d5beb20783df5f13357dd6d2a55c48c97da578f4.tar.xz
thermoprint-d5beb20783df5f13357dd6d2a55c48c97da578f4.zip
Store Printouts in persistent-dbs
Diffstat (limited to 'spec/thermoprint-spec.nix')
-rw-r--r--spec/thermoprint-spec.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix
index 1825ddd..6d94ef6 100644
--- a/spec/thermoprint-spec.nix
+++ b/spec/thermoprint-spec.nix
@@ -1,6 +1,7 @@
1{ mkDerivation, aeson, base, base64-bytestring, bytestring, Cabal 1{ mkDerivation, aeson, base, base64-bytestring, bytestring, Cabal
2, cabal-test-quickcheck, containers, deepseq, encoding, hspec 2, cabal-test-quickcheck, containers, deepseq, encoding, hspec
3, QuickCheck, quickcheck-instances, servant, stdenv, text 3, persistent, QuickCheck, quickcheck-instances, servant, stdenv
4, text
4}: 5}:
5mkDerivation { 6mkDerivation {
6 pname = "thermoprint-spec"; 7 pname = "thermoprint-spec";
@@ -8,8 +9,8 @@ mkDerivation {
8 src = ./.; 9 src = ./.;
9 libraryHaskellDepends = [ 10 libraryHaskellDepends = [
10 aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck 11 aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck
11 containers deepseq encoding QuickCheck quickcheck-instances servant 12 containers deepseq encoding persistent QuickCheck
12 text 13 quickcheck-instances servant text
13 ]; 14 ];
14 testHaskellDepends = [ 15 testHaskellDepends = [
15 aeson base hspec QuickCheck quickcheck-instances 16 aeson base hspec QuickCheck quickcheck-instances