haskellPackages.friday: jailbreak
This commit is contained in:
parent
eebd1a9263
commit
8358ffc708
@ -520,6 +520,10 @@ self: super: {
|
|||||||
# generic-deriving bound is too tight
|
# generic-deriving bound is too tight
|
||||||
aeson = doJailbreak super.aeson;
|
aeson = doJailbreak super.aeson;
|
||||||
|
|
||||||
|
# containers >=0.4 && <0.6 is too tight
|
||||||
|
# https://github.com/RaphaelJ/friday/issues/34
|
||||||
|
friday = doJailbreak super.friday;
|
||||||
|
|
||||||
# Won't compile with recent versions of QuickCheck.
|
# Won't compile with recent versions of QuickCheck.
|
||||||
inilist = dontCheck super.inilist;
|
inilist = dontCheck super.inilist;
|
||||||
MissingH = dontCheck super.MissingH;
|
MissingH = dontCheck super.MissingH;
|
||||||
|
Loading…
Reference in New Issue
Block a user