packages feed

cabal2nix-2.9.3: test/golden-test-cases/harp.nix.golden

{ mkDerivation, base, stdenv }:
mkDerivation {
  pname = "harp";
  version = "0.4.3";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base ];
  homepage = "https://github.com/seereason/harp";
  description = "HaRP allows pattern-matching with regular expressions";
  license = stdenv.lib.licenses.bsd3;
}