aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-19 14:21:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-19 14:21:59 +0100
commit9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc (patch)
tree94c6982f7118ae504ecb45e42d92aee181933475 /server/thermoprint-server.cabal
parent9585d245212572b2c599b3c10cfba545e42f46d1 (diff)
downloadthermoprint-9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc.tar
thermoprint-9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc.tar.gz
thermoprint-9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc.tar.bz2
thermoprint-9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc.tar.xz
thermoprint-9eeb93a2e333b4aa00b5a617af9b995e0f5dd7cc.zip
ServerSpec.hs depends on Data.Map
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 6a53cd5..d6613ad 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -81,6 +81,7 @@ Test-Suite tests
81 , stm >=2.4.4 && <3 81 , stm >=2.4.4 && <3
82 , warp >=3.1.9 && <4 82 , warp >=3.1.9 && <4
83 , exceptions >=0.8.0 && <1 83 , exceptions >=0.8.0 && <1
84 , containers >=0.5.6 && <1
84 85
85executable thermoprint-server 86executable thermoprint-server
86 main-is: Main.hs 87 main-is: Main.hs