haskell-parsec: drop obsolete jailbreak

This commit is contained in:
Peter Simons 2018-05-29 11:39:19 +02:00
parent 57fed4f5b5
commit 85c5e8d651

View file

@ -784,9 +784,6 @@ self: super: {
# Still needed as HUnit < 1.5
lifted-base = doJailbreak super.lifted-base;
# https://github.com/aslatter/parsec/issues/68
parsec = doJailbreak super.parsec;
# Don't depend on chell-quickcheck, which doesn't compile due to restricting
# QuickCheck to versions ">=2.3 && <2.9".
system-filepath = dontCheck super.system-filepath;