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.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index cfef947..7afcb55 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -55,6 +55,8 @@ library
55 , bytestring >=0.10.6 && <1 55 , bytestring >=0.10.6 && <1
56 , encoding >=0.8 && <1 56 , encoding >=0.8 && <1
57 , binary >=0.7.5 && <1 57 , binary >=0.7.5 && <1
58 , QuickCheck >=2.8.1 && <3
59 , quickcheck-instances >=0.3.11 && <4
58 hs-source-dirs: src 60 hs-source-dirs: src
59 default-language: Haskell2010 61 default-language: Haskell2010
60 62
@@ -63,7 +65,8 @@ Test-Suite tests
63 hs-source-dirs: test 65 hs-source-dirs: test
64 main-is: Spec.hs 66 main-is: Spec.hs
65 build-depends: base >=4.8.1 && <5 67 build-depends: base >=4.8.1 && <5
66 , thermoprint-server -any 68 , thermoprint-server ==0.0.*
69 , thermoprint-client ==0.0.*
67 , thermoprint-spec -any 70 , thermoprint-spec -any
68 , hspec >=2.2.1 && <3 71 , hspec >=2.2.1 && <3
69 , QuickCheck >=2.8.1 && <3 72 , QuickCheck >=2.8.1 && <3
@@ -76,6 +79,8 @@ Test-Suite tests
76 , persistent-sqlite >=2.2 && <3 79 , persistent-sqlite >=2.2 && <3
77 , text >=1.2.1 && <2 80 , text >=1.2.1 && <2
78 , stm >=2.4.4 && <3 81 , stm >=2.4.4 && <3
82 , warp >=3.1.9 && <4
83 , exceptions >=0.8.0 && <1
79 84
80executable thermoprint-server 85executable thermoprint-server
81 main-is: Main.hs 86 main-is: Main.hs