haskell-regex-tdfa: apply patches to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-09 15:14:50 +00:00
parent aa61fdec21
commit 6a472242c1
1 changed files with 4 additions and 0 deletions

View File

@ -146,5 +146,9 @@ self: super: {
sha256 = "04xwznd3lfgracfz68ls6vfm19rhq8fb74r6ii0grpv6cx4rr21i";
});
easytest = self.easytest_0_3;
regex-tdfa = appendPatch super.regex-tdfa (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
});
}