haskell-cheapskate is broken by latest blaze-html
This commit is contained in:
parent
c3add19437
commit
1d7f9b28d3
|
@ -805,4 +805,8 @@ self: super: {
|
||||||
# Obsolete for GHC versions after GHC 6.10.x.
|
# Obsolete for GHC versions after GHC 6.10.x.
|
||||||
utf8-prelude = markBroken super.utf8-prelude;
|
utf8-prelude = markBroken super.utf8-prelude;
|
||||||
|
|
||||||
|
# https://github.com/jgm/cheapskate/issues/11
|
||||||
|
cheapskate = markBrokenVersion "0.1.0.3" super.cheapskate;
|
||||||
|
lit = dontDistribute super.lit;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue