aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-28 12:09:41 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-28 12:09:41 +0000
commitf236eb926bd554cb6494a0184d1070f264c4d03a (patch)
treec79deb2b5e99dca9019daad6a945d36f4ab24456 /server/thermoprint-server.cabal
parent36bc432fc0f8ae46c7ff0de162ee275d25f12e3a (diff)
downloadthermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.gz
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.bz2
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.tar.xz
thermoprint-f236eb926bd554cb6494a0184d1070f264c4d03a.zip
Draft CRUD
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index dd495c0..181bd9a 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -43,6 +43,8 @@ library
43 , stm >=2.4.4 && <3 43 , stm >=2.4.4 && <3
44 , deepseq >=1.4.1 && <2 44 , deepseq >=1.4.1 && <2
45 , monad-control >=1.0.0 && <2 45 , monad-control >=1.0.0 && <2
46 , conduit >=1.2.6 && <2
47 , exceptions >=0.8.0 && <1
46 hs-source-dirs: src 48 hs-source-dirs: src
47 default-language: Haskell2010 49 default-language: Haskell2010
48 50