Fix Haskell evaluation errors on Hydra.
This commit is contained in:
parent
4cca974eb6
commit
770b264c96
@ -116,6 +116,23 @@ self: super: {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Depends on broken "lss" package.
|
||||||
|
snaplet-lss = dontDistribute super.snaplet-lss;
|
||||||
|
|
||||||
|
# Depends on broken "NewBinary" package.
|
||||||
|
ASN1 = dontDistribute super.ASN1;
|
||||||
|
|
||||||
|
# Depends on broken "frame" package.
|
||||||
|
frame-markdown = dontDistribute super.frame-markdown;
|
||||||
|
|
||||||
|
# Depends on broken "Elm" package.
|
||||||
|
hakyll-elm = dontDistribute super.hakyll-elm;
|
||||||
|
haskelm = dontDistribute super.haskelm;
|
||||||
|
snap-elm = dontDistribute super.snap-elm;
|
||||||
|
|
||||||
|
# Depends on broken "hails" package.
|
||||||
|
hails-bin = dontDistribute super.hails-bin;
|
||||||
|
|
||||||
# Foreign dependency name clashes with another Haskell package.
|
# Foreign dependency name clashes with another Haskell package.
|
||||||
libarchive-conduit = super.libarchive-conduit.override { archive = pkgs.libarchive; };
|
libarchive-conduit = super.libarchive-conduit.override { archive = pkgs.libarchive; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user