lol

Merge pull request #53627 from endgame/jailbreak-hpc-coveralls

hpc-coveralls: jailbreak for GHC 8.6

authored by

Peter Simons and committed by
GitHub
3a16c617 48541ab6

+1
+1
pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
··· 48 48 cereal = dontCheck super.cereal; 49 49 data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x 50 50 Diff = dontCheck super.Diff; 51 + hpc-coveralls = doJailbreak super.hpc-coveralls; # https://github.com/guillaume-nargeot/hpc-coveralls/issues/82 51 52 http-api-data = doJailbreak super.http-api-data; 52 53 persistent-sqlite = dontCheck super.persistent-sqlite; 53 54 psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x