mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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.
|
||||
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
Block a user