From 7ca94fb84f967fcfc741b7aa3662356e4fc0241f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 22 Feb 2016 00:49:16 +0000 Subject: First stab at threepenny gui --- webgui/thermoprint-webgui.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 webgui/thermoprint-webgui.nix (limited to 'webgui/thermoprint-webgui.nix') diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix new file mode 100644 index 0000000..0450eae --- /dev/null +++ b/webgui/thermoprint-webgui.nix @@ -0,0 +1,17 @@ +{ mkDerivation, base, bytestring, optparse-applicative, stdenv +, thermoprint-bbcode, thermoprint-client, threepenny-gui +}: +mkDerivation { + pname = "thermoprint-webgui"; + version = "0.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base bytestring optparse-applicative thermoprint-bbcode + thermoprint-client threepenny-gui + ]; + homepage = "http://dirty-haskell.org/tags/thermoprint.html"; + description = "Threepenny interface for thermoprint-spec compliant servers"; + license = stdenv.lib.licenses.publicDomain; +} -- cgit v1.2.3