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.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index d6613ad..e90eb4f 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: thermoprint-server 4name: thermoprint-server
5version: 0.0.0 5version: 1.0.0
6synopsis: Server for thermoprint-spec 6synopsis: Server for thermoprint-spec
7-- description: 7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html 8homepage: http://dirty-haskell.org/tags/thermoprint.html
@@ -65,7 +65,7 @@ Test-Suite tests
65 hs-source-dirs: test 65 hs-source-dirs: test
66 main-is: Spec.hs 66 main-is: Spec.hs
67 build-depends: base >=4.8.1 && <5 67 build-depends: base >=4.8.1 && <5
68 , thermoprint-server ==0.0.* 68 , thermoprint-server ==1.0.*
69 , thermoprint-client ==0.0.* 69 , thermoprint-client ==0.0.*
70 , thermoprint-spec -any 70 , thermoprint-spec -any
71 , hspec >=2.2.1 && <3 71 , hspec >=2.2.1 && <3