cabal2nix-2.16.0: test/golden-test-cases/harp.nix.golden
{ mkDerivation, base, lib }:
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 = lib.licenses.bsd3;
}