aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
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.cabal
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.cabal')
-rw-r--r--server/thermoprint-server.cabal14
1 files changed, 12 insertions, 2 deletions
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
36 , exceptions >=0.8.0 && <1 36 , exceptions >=0.8.0 && <1
37 , monad-control >=1.0.0 && <2 37 , monad-control >=1.0.0 && <2
38 , monad-logger >=0.3.13 && <1 38 , monad-logger >=0.3.13 && <1
39 , resourcet >=1.1.7 && <2
39 , mtl >=2.2.1 && <3 40 , mtl >=2.2.1 && <3
41 , transformers >=0.3.0 && <1
40 , persistent >=2.2 && <3 42 , persistent >=2.2 && <3
41 , persistent-template >=2.1.4 && <3 43 , persistent-template >=2.1.4 && <3
42 , resourcet >=1.1.7 && <2
43 , servant-server >=0.4.4 && <1 44 , servant-server >=0.4.4 && <1
44 , stm >=2.4.4 && <3 45 , stm >=2.4.4 && <3
45 , text >=1.2.1 && <2 46 , text >=1.2.1 && <2
46 , thermoprint-spec ==3.0.* 47 , thermoprint-spec ==3.0.*
47 , time >=1.5.0 && <2 48 , time >=1.5.0 && <2
48 , transformers >=0.3.0 && <1
49 , wai >=3.0.4 && <4 49 , wai >=3.0.4 && <4
50 , warp >=3.1.9 && <4 50 , warp >=3.1.9 && <4
51 , mmorph >=1.0.4 && <2 51 , mmorph >=1.0.4 && <2
@@ -65,8 +65,18 @@ Test-Suite tests
65 , thermoprint-server -any 65 , thermoprint-server -any
66 , thermoprint-spec -any 66 , thermoprint-spec -any
67 , hspec >=2.2.1 && <3 67 , hspec >=2.2.1 && <3
68 , hspec-contrib >=0.3.0 && <1
69 , HUnit >=1.2.5 && <2
68 , QuickCheck >=2.8.1 && <3 70 , QuickCheck >=2.8.1 && <3
69 , quickcheck-instances >=0.3.11 && <4 71 , quickcheck-instances >=0.3.11 && <4
72 , temporary >=1.2.0 && <2
73 , monad-logger >=0.3.13 && <1
74 , resourcet >=1.1.7 && <2
75 , mtl >=2.2.1 && <3
76 , transformers >=0.3.0 && <1
77 , persistent-sqlite >=2.2 && <3
78 , text >=1.2.1 && <2
79 , stm >=2.4.4 && <3
70 80
71executable thermoprint-server 81executable thermoprint-server
72 main-is: Main.hs 82 main-is: Main.hs