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.cabal | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'server/thermoprint-server.cabal') diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal index 1ad4d4d..849d35a 100644 --- a/server/thermoprint-server.cabal +++ b/server/thermoprint-server.cabal @@ -36,16 +36,16 @@ library , exceptions >=0.8.0 && <1 , monad-control >=1.0.0 && <2 , monad-logger >=0.3.13 && <1 + , resourcet >=1.1.7 && <2 , mtl >=2.2.1 && <3 + , transformers >=0.3.0 && <1 , persistent >=2.2 && <3 , persistent-template >=2.1.4 && <3 - , resourcet >=1.1.7 && <2 , servant-server >=0.4.4 && <1 , stm >=2.4.4 && <3 , text >=1.2.1 && <2 , thermoprint-spec ==3.0.* , time >=1.5.0 && <2 - , transformers >=0.3.0 && <1 , wai >=3.0.4 && <4 , warp >=3.1.9 && <4 , mmorph >=1.0.4 && <2 @@ -65,8 +65,18 @@ Test-Suite tests , thermoprint-server -any , thermoprint-spec -any , hspec >=2.2.1 && <3 + , hspec-contrib >=0.3.0 && <1 + , HUnit >=1.2.5 && <2 , QuickCheck >=2.8.1 && <3 , quickcheck-instances >=0.3.11 && <4 + , temporary >=1.2.0 && <2 + , monad-logger >=0.3.13 && <1 + , resourcet >=1.1.7 && <2 + , mtl >=2.2.1 && <3 + , transformers >=0.3.0 && <1 + , persistent-sqlite >=2.2 && <3 + , text >=1.2.1 && <2 + , stm >=2.4.4 && <3 executable thermoprint-server main-is: Main.hs -- cgit v1.2.3