{ mkDerivation , stdenv , base , thermoprint , aeson, wai, servant-server, warp, optparse-applicative }: mkDerivation { pname = "thermoprint-servant"; version = "0.0.0"; src = ./.; isLibrary = true; isExecutable = true; executableHaskellDepends = [ base thermoprint aeson wai servant-server warp optparse-applicative ]; homepage = "git://git.yggdrasil.li/thermoprint"; description = "Server for interfacing to cheap thermoprinters"; license = stdenv.lib.licenses.publicDomain; }