{ mkDerivation, base, data-default, dyre, stdenv, thermoprint-spec }: mkDerivation { pname = "thermoprint-server"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base data-default dyre thermoprint-spec ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Server for thermoprint-spec"; license = stdenv.lib.licenses.publicDomain; }