haskellPackages: data-pprint jailbreak
This commit is contained in:
parent
939c846ae7
commit
d6fdba7f45
|
@ -869,6 +869,9 @@ self: super: {
|
||||||
# note: the library is unmaintained, no upstream issue
|
# note: the library is unmaintained, no upstream issue
|
||||||
dataenc = doJailbreak super.dataenc;
|
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)
|
# horribly outdated (X11 interface changed a lot)
|
||||||
sindre = markBroken super.sindre;
|
sindre = markBroken super.sindre;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue