aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.nix
diff options
context:
space:
mode:
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";