about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-15 15:44:30 +0100
committerProfpatsch <mail@profpatsch.de>2017-02-15 15:44:30 +0100
commitd6fdba7f454c7206c84f494b1af9ae215934a932 (patch)
tree982407a381e4f17338a15a1267067e9b83a63eae /pkgs
parent939c846ae7c2b330dbc317e4703926dbd554b030 (diff)
downloadnixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar.gz
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar.bz2
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar.lz
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar.xz
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.tar.zst
nixlib-d6fdba7f454c7206c84f494b1af9ae215934a932.zip
haskellPackages: data-pprint jailbreak
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 81eff1d42507..5d542728bba8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;