From c09c2786d0654f144dab103292c47411ff1afa9a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Feb 2016 04:18:03 +0000 Subject: Partial GUI prototype --- webgui/thermoprint-webgui.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'webgui/thermoprint-webgui.nix') 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 @@ -{ mkDerivation, base, bytestring, exceptions, network, network-uri -, optparse-applicative, stdenv, text, thermoprint-bbcode -, thermoprint-client, threepenny-gui, websockets +{ mkDerivation, base, bytestring, containers, data-default-class +, either, exceptions, network, network-uri, optparse-applicative +, stdenv, text, thermoprint-bbcode, thermoprint-client +, threepenny-gui, time, websockets }: mkDerivation { pname = "thermoprint-webgui"; @@ -9,9 +10,9 @@ mkDerivation { isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base bytestring exceptions network network-uri optparse-applicative - text thermoprint-bbcode thermoprint-client threepenny-gui - websockets + base bytestring containers data-default-class either exceptions + network network-uri optparse-applicative text thermoprint-bbcode + thermoprint-client threepenny-gui time websockets ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Threepenny interface for thermoprint-spec compliant servers"; -- cgit v1.2.3