From 2c55c6f2afabde93a3579d1042f189f34e821753 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 22 Feb 2016 23:30:28 +0000 Subject: First work on integrating websockets into webgui --- webgui/thermoprint-webgui.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'webgui/thermoprint-webgui.nix') diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix index 0450eae..5eb5912 100644 --- a/webgui/thermoprint-webgui.nix +++ b/webgui/thermoprint-webgui.nix @@ -1,5 +1,6 @@ -{ mkDerivation, base, bytestring, optparse-applicative, stdenv -, thermoprint-bbcode, thermoprint-client, threepenny-gui +{ mkDerivation, base, bytestring, exceptions, network, network-uri +, optparse-applicative, stdenv, text, thermoprint-bbcode +, thermoprint-client, threepenny-gui, websockets }: mkDerivation { pname = "thermoprint-webgui"; @@ -8,8 +9,9 @@ mkDerivation { isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base bytestring optparse-applicative thermoprint-bbcode - thermoprint-client threepenny-gui + base bytestring exceptions network network-uri optparse-applicative + text thermoprint-bbcode thermoprint-client threepenny-gui + websockets ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Threepenny interface for thermoprint-spec compliant servers"; -- cgit v1.2.3