{ 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; }