From fff9cbfc9e7919723349e18c4b9aea89bcc48c1a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 17 Feb 2016 01:05:57 +0000 Subject: Harness for tests of Thermoprint.Server --- server/thermoprint-server.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'server/thermoprint-server.nix') 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 @@ { mkDerivation, base, binary, bytestring, conduit, containers , data-default-class, deepseq, dyre, either, encoding, exceptions -, extended-reals, filelock, hspec, mmorph, monad-control -, monad-logger, mtl, persistent, persistent-sqlite +, extended-reals, filelock, hspec, hspec-contrib, HUnit, mmorph +, monad-control, monad-logger, mtl, persistent, persistent-sqlite , persistent-template, QuickCheck, quickcheck-instances, resourcet -, servant-server, stdenv, stm, text, thermoprint-spec, time -, transformers, wai, warp +, servant-server, stdenv, stm, temporary, text, thermoprint-spec +, time, transformers, wai, warp }: mkDerivation { pname = "thermoprint-server"; @@ -23,7 +23,8 @@ mkDerivation { base monad-logger mtl persistent-sqlite resourcet ]; testHaskellDepends = [ - base hspec QuickCheck quickcheck-instances thermoprint-spec + base hspec hspec-contrib HUnit QuickCheck quickcheck-instances + temporary thermoprint-spec ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Server for thermoprint-spec"; -- cgit v1.2.3