haskellPackages.dates: jailbreak

This commit is contained in:
José Romildo Malaquias 2019-01-10 23:41:30 -02:00
parent 9e96bfb27c
commit a38cfed974

View file

@ -47,6 +47,7 @@ self: super: {
# Test suite does not compile.
cereal = dontCheck super.cereal;
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x
dates = doJailbreak super.dates; # base >=4.9 && <4.12
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;