From 55074a07fdb847749e4f57c6c2eac4ffab1d48b6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 18 Feb 2016 21:59:00 +0000 Subject: Api tests for Thermoprint.Server --- server/thermoprint-server.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'server/thermoprint-server.nix') diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix index 737f571..d7a7684 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, hspec-contrib, HUnit, mmorph -, monad-control, monad-logger, mtl, persistent, persistent-sqlite +, extended-reals, filelock, hspec, mmorph, monad-control +, monad-logger, mtl, persistent, persistent-sqlite , persistent-template, QuickCheck, quickcheck-instances, resourcet -, servant-server, stdenv, stm, temporary, text, thermoprint-spec -, time, transformers, wai, warp +, servant-server, stdenv, stm, temporary, text, thermoprint-client +, thermoprint-spec, time, transformers, wai, warp }: mkDerivation { pname = "thermoprint-server"; @@ -23,8 +23,9 @@ mkDerivation { base monad-logger mtl persistent-sqlite resourcet ]; testHaskellDepends = [ - base hspec hspec-contrib HUnit QuickCheck quickcheck-instances - temporary thermoprint-spec + base exceptions hspec monad-logger mtl persistent-sqlite QuickCheck + quickcheck-instances resourcet stm temporary text + thermoprint-client thermoprint-spec transformers warp ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Server for thermoprint-spec"; -- cgit v1.2.3