aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 5e1b0b2..5783f06 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -52,6 +52,17 @@ library
52 hs-source-dirs: src 52 hs-source-dirs: src
53 default-language: Haskell2010 53 default-language: Haskell2010
54 54
55Test-Suite tests
56 type: exitcode-stdio-1.0
57 hs-source-dirs: test
58 main-is: Spec.hs
59 build-depends: base >=4.8.1 && <5
60 , thermoprint-server -any
61 , thermoprint-spec -any
62 , hspec >=2.2.1 && <3
63 , QuickCheck >=2.8.1 && <3
64 , quickcheck-instances >=0.3.11 && <4
65
55executable thermoprint-server 66executable thermoprint-server
56 main-is: Main.hs 67 main-is: Main.hs
57 build-depends: base >=4.8 && <5 68 build-depends: base >=4.8 && <5