Merge pull request #22834 from Profpatsch/data-pprint

haskellPackages: data-pprint jailbreak
This commit is contained in:
Peter Simons 2017-02-15 16:06:58 +01:00 committed by GitHub
commit 1a0cddad80

View File

@ -805,6 +805,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;