haskell-utf8-prelude: mark deprecated package as broken

This commit is contained in:
Peter Simons 2015-05-15 22:11:22 +02:00
parent 10e338263d
commit bfb416cfe1
1 changed files with 3 additions and 0 deletions

View File

@ -802,4 +802,7 @@ self: super: {
testpack = markBroken super.testpack;
MissingH = dontCheck super.MissingH;
# Obsolete for GHC versions after GHC 6.10.x.
utf8-prelude = markBroken super.utf8-prelude;
}