aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-17 01:05:57 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-17 01:05:57 +0000
commitfff9cbfc9e7919723349e18c4b9aea89bcc48c1a (patch)
tree8256a7c6a8e77d01446e70c5692c868c24a18b1f /server/thermoprint-server.nix
parente3068de72434d6152c40df691f26943c88327406 (diff)
downloadthermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.gz
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.bz2
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.xz
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.zip
Harness for tests of Thermoprint.Server
Diffstat (limited to 'server/thermoprint-server.nix')
-rw-r--r--server/thermoprint-server.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix
index 77911a8..737f571 100644
--- a/server/thermoprint-server.nix
+++ b/server/thermoprint-server.nix
@@ -1,10 +1,10 @@
1{ mkDerivation, base, binary, bytestring, conduit, containers 1{ mkDerivation, base, binary, bytestring, conduit, containers
2, data-default-class, deepseq, dyre, either, encoding, exceptions 2, data-default-class, deepseq, dyre, either, encoding, exceptions
3, extended-reals, filelock, hspec, mmorph, monad-control 3, extended-reals, filelock, hspec, hspec-contrib, HUnit, mmorph
4, monad-logger, mtl, persistent, persistent-sqlite 4, monad-control, monad-logger, mtl, persistent, persistent-sqlite
5, persistent-template, QuickCheck, quickcheck-instances, resourcet 5, persistent-template, QuickCheck, quickcheck-instances, resourcet
6, servant-server, stdenv, stm, text, thermoprint-spec, time 6, servant-server, stdenv, stm, temporary, text, thermoprint-spec
7, transformers, wai, warp 7, time, transformers, wai, warp
8}: 8}:
9mkDerivation { 9mkDerivation {
10 pname = "thermoprint-server"; 10 pname = "thermoprint-server";
@@ -23,7 +23,8 @@ mkDerivation {
23 base monad-logger mtl persistent-sqlite resourcet 23 base monad-logger mtl persistent-sqlite resourcet
24 ]; 24 ];
25 testHaskellDepends = [ 25 testHaskellDepends = [
26 base hspec QuickCheck quickcheck-instances thermoprint-spec 26 base hspec hspec-contrib HUnit QuickCheck quickcheck-instances
27 temporary thermoprint-spec
27 ]; 28 ];
28 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 29 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
29 description = "Server for thermoprint-spec"; 30 description = "Server for thermoprint-spec";