aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-29 22:18:53 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-29 22:18:53 +0100
commit8dc71c2a4219f2e820e4c55ee7754e184574e8e5 (patch)
tree6bd515672187832da6dbbaaf49626be526b3be93 /server/thermoprint-server.nix
parentd07c1cf5d04f802501a98ce986b78d42b7329901 (diff)
downloadthermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar
thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.gz
thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.bz2
thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.tar.xz
thermoprint-8dc71c2a4219f2e820e4c55ee7754e184574e8e5.zip
Revert work on QMConfig & associated tools
This reverts commit f64e26726ce5468069093aa86fe973ad4be4816c.
Diffstat (limited to 'server/thermoprint-server.nix')
-rw-r--r--server/thermoprint-server.nix19
1 files changed, 9 insertions, 10 deletions
diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix
index ff8ebd4..6ff8b10 100644
--- a/server/thermoprint-server.nix
+++ b/server/thermoprint-server.nix
@@ -1,7 +1,7 @@
1{ mkDerivation, async, base, binary, bytestring, conduit 1{ mkDerivation, async, base, binary, bytestring, conduit
2, constraints, containers, data-default-class, deepseq, dyre 2, containers, data-default-class, deepseq, dyre, either, encoding
3, either, encoding, exceptions, extended-reals, filelock, hspec 3, exceptions, extended-reals, filelock, hspec, mmorph
4, mmorph, monad-control, monad-logger, mtl, network-uri, persistent 4, monad-control, monad-logger, mtl, network-uri, persistent
5, persistent-sqlite, persistent-template, QuickCheck 5, persistent-sqlite, persistent-template, QuickCheck
6, quickcheck-instances, resourcet, servant, servant-server, stdenv 6, quickcheck-instances, resourcet, servant, servant-server, stdenv
7, stm, temporary, text, thermoprint-client, thermoprint-spec, time 7, stm, temporary, text, thermoprint-client, thermoprint-spec, time
@@ -14,13 +14,12 @@ mkDerivation {
14 isLibrary = true; 14 isLibrary = true;
15 isExecutable = true; 15 isExecutable = true;
16 libraryHaskellDepends = [ 16 libraryHaskellDepends = [
17 base binary bytestring conduit constraints containers 17 base binary bytestring conduit containers data-default-class
18 data-default-class deepseq dyre either encoding exceptions 18 deepseq dyre either encoding exceptions extended-reals filelock
19 extended-reals filelock mmorph monad-control monad-logger mtl 19 mmorph monad-control monad-logger mtl network-uri persistent
20 network-uri persistent persistent-template QuickCheck 20 persistent-template QuickCheck quickcheck-instances resourcet
21 quickcheck-instances resourcet servant servant-server stm text 21 servant servant-server stm text thermoprint-spec time transformers
22 thermoprint-spec time transformers wai wai-websockets warp 22 wai wai-websockets warp websockets
23 websockets
24 ]; 23 ];
25 executableHaskellDepends = [ 24 executableHaskellDepends = [
26 base monad-logger mtl persistent-sqlite resourcet 25 base monad-logger mtl persistent-sqlite resourcet