{ mkDerivation, aeson-pretty, base, bytestring, containers , optparse-applicative, pretty-show, stdenv, text , thermoprint-bbcode, thermoprint-client, time }: mkDerivation { pname = "tprint"; version = "1.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson-pretty base bytestring containers optparse-applicative pretty-show text thermoprint-bbcode thermoprint-client time ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "A CLI for thermoprint-client"; license = stdenv.lib.licenses.publicDomain; }