{ mkDerivation, attoparsec, base, lib }: mkDerivation { pname = "attoparsec-expr"; version = "0.1.1.2"; sha256 = "deadbeef"; libraryHaskellDepends = [ attoparsec base ]; description = "Port of parsec's expression parser to attoparsec"; license = lib.licenses.bsd3; }