{ mkDerivation, aeson, aeson-pretty, base, bytestring, containers , deepseq, editor-open, exceptions, optparse-applicative , pretty-show, stdenv, text, thermoprint-bbcode, thermoprint-client , time }: mkDerivation { pname = "tprint"; version = "3.1.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson aeson-pretty base bytestring containers deepseq editor-open exceptions 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; }