packages feed

cabal2nix-2.16.0: test/golden-test-cases/attoparsec-expr.nix.golden

{ 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;
}