aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-31 15:03:57 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-31 15:03:57 +0000
commit44a6279b86deecc865f05d2ee519f64f39ac1ccb (patch)
treee2634312eee0c99b383520e0877c33ece32102ee /spec/thermoprint-spec.nix
parent2914fd9d66265080dbb38aed61ef8aad77b5ec2c (diff)
downloadthermoprint-44a6279b86deecc865f05d2ee519f64f39ac1ccb.tar
thermoprint-44a6279b86deecc865f05d2ee519f64f39ac1ccb.tar.gz
thermoprint-44a6279b86deecc865f05d2ee519f64f39ac1ccb.tar.bz2
thermoprint-44a6279b86deecc865f05d2ee519f64f39ac1ccb.tar.xz
thermoprint-44a6279b86deecc865f05d2ee519f64f39ac1ccb.zip
Recording job creation time in printer queues
Diffstat (limited to 'spec/thermoprint-spec.nix')
-rw-r--r--spec/thermoprint-spec.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix
index 1825ddd..b67273a 100644
--- a/spec/thermoprint-spec.nix
+++ b/spec/thermoprint-spec.nix
@@ -1,6 +1,6 @@
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, QuickCheck, quickcheck-instances, servant, stdenv, text, time
4}: 4}:
5mkDerivation { 5mkDerivation {
6 pname = "thermoprint-spec"; 6 pname = "thermoprint-spec";
@@ -9,7 +9,7 @@ mkDerivation {
9 libraryHaskellDepends = [ 9 libraryHaskellDepends = [
10 aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck 10 aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck
11 containers deepseq encoding QuickCheck quickcheck-instances servant 11 containers deepseq encoding QuickCheck quickcheck-instances servant
12 text 12 text time
13 ]; 13 ];
14 testHaskellDepends = [ 14 testHaskellDepends = [
15 aeson base hspec QuickCheck quickcheck-instances 15 aeson base hspec QuickCheck quickcheck-instances