haskell-regex-tdfa: update overrides for ghc 8.4.1

The pull request we use does not suffice any longer because it does not update
the version constraint on base in the Cabal file.

Generally speaking, it might be a good idea to use
https://github.com/ChrisKuklewicz/regex-tdfa/pull/16 instead of the old one,
because it looks much cleaner. (It might have the same problem w/r to base,
though).

Pinging our resident GHC 8.4.1 guru @deepfire.
This commit is contained in:
Peter Simons 2018-03-09 19:43:11 +01:00
parent ee262b83ef
commit b01a5ec506

View file

@ -451,6 +451,7 @@ self: super: {
rev = "34f4593a520176a917b74b8c7fcbbfbd72fb8178";
sha256 = "1aiklvf08w1hx2jn9n3sm61mfvdx4fkabszkjliapih2yjpmi3hq";
};
jailbreak = true; # base >=4 && <4.11
});
## Unmerged. PR: https://github.com/vincenthz/hs-securemem/pull/12