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