{ mkDerivation, aeson, base, blessings, bytestring, containers , data-default, hack, http-client, http-types, io-streams, network , optparse-applicative, probability, scanner, speculate, split , stdenv, template-haskell, terminal-size, text, time, unix }: mkDerivation { pname = "pager"; version = "1.0.0"; src = ./.; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base template-haskell text ]; executableHaskellDepends = [ aeson base blessings bytestring containers data-default hack http-client http-types io-streams network optparse-applicative probability scanner speculate split terminal-size text time unix ]; license = stdenv.lib.licenses.mit; }