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