aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-23 16:11:37 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-23 16:11:37 +0100
commit99fc4947543c1916e9fec952526a688eb7753490 (patch)
tree9361649ae4639a00cff06ad654cb42e3e07bc637 /server/thermoprint-server.nix
parent59a7e3d173c23096fe3122505b1b759f26e3292a (diff)
parent64b6ead0d1e157701f8569743eda496bc71b8351 (diff)
downloadthermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar
thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.gz
thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.bz2
thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.xz
thermoprint-99fc4947543c1916e9fec952526a688eb7753490.zip
Merge branch 'feat-markup'
Diffstat (limited to 'server/thermoprint-server.nix')
-rw-r--r--server/thermoprint-server.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix
index a40dddb..71a4211 100644
--- a/server/thermoprint-server.nix
+++ b/server/thermoprint-server.nix
@@ -25,10 +25,10 @@ mkDerivation {
25 base monad-logger mtl persistent-sqlite resourcet 25 base monad-logger mtl persistent-sqlite resourcet
26 ]; 26 ];
27 testHaskellDepends = [ 27 testHaskellDepends = [
28 async base containers exceptions hspec http-types monad-logger mtl 28 async base bytestring containers exceptions hspec http-types
29 persistent-sqlite QuickCheck quickcheck-instances resourcet stm 29 monad-logger mtl persistent-sqlite QuickCheck quickcheck-instances
30 temporary text thermoprint-client thermoprint-spec transformers 30 resourcet stm temporary text thermoprint-client thermoprint-spec
31 warp 31 transformers warp
32 ]; 32 ];
33 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 33 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
34 description = "Server for thermoprint-spec"; 34 description = "Server for thermoprint-spec";