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