{ mkDerivation, aeson, aeson-lens, attoparsec, base, bytestring , conduit, conduit-extra, data-default-class, exceptions, lens , lens-time, list-t, mmorph, mtl, stdenv, text, time, transformers , tz, yaml }: mkDerivation { pname = "events"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson aeson-lens attoparsec base bytestring conduit conduit-extra data-default-class exceptions lens lens-time list-t mmorph mtl text time transformers tz yaml ]; homepage = "https://git.yggdrasil.li/gkleen/pub/events"; description = "An appointment book"; license = stdenv.lib.licenses.mit; }