hpc-coveralls: jailbreak for GHC 8.6

This commit is contained in:
Jack Kelly 2019-01-08 16:30:17 +11:00
parent e39ff06b16
commit b10f43c1f1

View File

@ -48,6 +48,7 @@ self: super: {
cereal = dontCheck super.cereal; cereal = dontCheck super.cereal;
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x
Diff = dontCheck super.Diff; Diff = dontCheck super.Diff;
hpc-coveralls = doJailbreak super.hpc-coveralls; # https://github.com/guillaume-nargeot/hpc-coveralls/issues/82
http-api-data = doJailbreak super.http-api-data; http-api-data = doJailbreak super.http-api-data;
persistent-sqlite = dontCheck super.persistent-sqlite; persistent-sqlite = dontCheck super.persistent-sqlite;
psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x