aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:18:03 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:18:03 +0000
commitc09c2786d0654f144dab103292c47411ff1afa9a (patch)
tree9a49cf5c1a0502ef7382bb54312097c375666ced /webgui/thermoprint-webgui.nix
parentc1451ffcbc021e4f25721541538173f24be8f3cc (diff)
downloadthermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.gz
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.bz2
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.xz
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.zip
Partial GUI prototype
Diffstat (limited to 'webgui/thermoprint-webgui.nix')
-rw-r--r--webgui/thermoprint-webgui.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix
index 5eb5912..457f39a 100644
--- a/webgui/thermoprint-webgui.nix
+++ b/webgui/thermoprint-webgui.nix
@@ -1,6 +1,7 @@
1{ mkDerivation, base, bytestring, exceptions, network, network-uri 1{ mkDerivation, base, bytestring, containers, data-default-class
2, optparse-applicative, stdenv, text, thermoprint-bbcode 2, either, exceptions, network, network-uri, optparse-applicative
3, thermoprint-client, threepenny-gui, websockets 3, stdenv, text, thermoprint-bbcode, thermoprint-client
4, threepenny-gui, time, websockets
4}: 5}:
5mkDerivation { 6mkDerivation {
6 pname = "thermoprint-webgui"; 7 pname = "thermoprint-webgui";
@@ -9,9 +10,9 @@ mkDerivation {
9 isLibrary = false; 10 isLibrary = false;
10 isExecutable = true; 11 isExecutable = true;
11 executableHaskellDepends = [ 12 executableHaskellDepends = [
12 base bytestring exceptions network network-uri optparse-applicative 13 base bytestring containers data-default-class either exceptions
13 text thermoprint-bbcode thermoprint-client threepenny-gui 14 network network-uri optparse-applicative text thermoprint-bbcode
14 websockets 15 thermoprint-client threepenny-gui time websockets
15 ]; 16 ];
16 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 17 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
17 description = "Threepenny interface for thermoprint-spec compliant servers"; 18 description = "Threepenny interface for thermoprint-spec compliant servers";