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