Remove some old patches for things that now compile with 8.8/HEAD
Each of these libraries now has a newer Hackage release that compiles
with GHC 8.8/HEAD. This induces some knock-on changes due to pandoc
now having a different build plan:
- Add a patch for
regex-pcre
, sincepandoc
now builds that instead ofregex-pcre-builtin
- Add a Nix dependency on the C
pcre
library so thatregex-pcre
builds successfully
Edited by Ryan Scott