{ mkDerivation, base, containers, either, servant, servant-client , servant-server, stdenv, thermoprint-spec }: mkDerivation { pname = "thermoprint-client"; version = "0.0.0"; src = ./.; libraryHaskellDepends = [ base containers either servant servant-client servant-server thermoprint-spec ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Client for thermoprint-spec"; license = stdenv.lib.licenses.publicDomain; }