haskell-utf8-prelude: mark deprecated package as broken
This commit is contained in:
parent
10e338263d
commit
bfb416cfe1
pkgs/development/haskell-modules
|
@ -802,4 +802,7 @@ self: super: {
|
||||||
testpack = markBroken super.testpack;
|
testpack = markBroken super.testpack;
|
||||||
MissingH = dontCheck super.MissingH;
|
MissingH = dontCheck super.MissingH;
|
||||||
|
|
||||||
|
# Obsolete for GHC versions after GHC 6.10.x.
|
||||||
|
utf8-prelude = markBroken super.utf8-prelude;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue