haskellPackages: data-pprint jailbreak

This commit is contained in:
Profpatsch 2017-02-15 15:44:30 +01:00
parent 939c846ae7
commit d6fdba7f45

View File

@ -869,6 +869,9 @@ self: super: {
# note: the library is unmaintained, no upstream issue
dataenc = doJailbreak super.dataenc;
# https://github.com/divipp/ActiveHs-misc/issues/10
data-pprint = doJailbreak super.data-pprint;
# horribly outdated (X11 interface changed a lot)
sindre = markBroken super.sindre;