{ mkDerivation, ansi-terminal, base, bytestring, lib, options , patience, random, template-haskell, text, transformers }: mkDerivation { pname = "chell"; version = "0.4.0.2"; sha256 = "deadbeef"; libraryHaskellDepends = [ ansi-terminal base bytestring options patience random template-haskell text transformers ]; homepage = "https://john-millikin.com/software/chell/"; description = "A simple and intuitive library for automated testing"; license = lib.licenses.mit; }