mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
hpc-coveralls: jailbreak for GHC 8.6
This commit is contained in:
parent
e39ff06b16
commit
b10f43c1f1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user