about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorBerk Ozkutuk <ozkutuk@protonmail.com>2022-02-15 21:25:49 +0300
committersterni <sternenseemann@systemli.org>2022-02-17 21:17:31 +0100
commit3f70d03369ae6bda65162613d0c6b61c75d5df27 (patch)
tree453dbbad52256224309e338c3fb6111d57fb9527 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent9860cf9c46a86f5f80cf1719696489b8aa1e72d4 (diff)
downloadnixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar.gz
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar.bz2
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar.lz
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar.xz
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.tar.zst
nixlib-3f70d03369ae6bda65162613d0c6b61c75d5df27.zip
haskell.packages.ghc902.aeson-diff: Fix build by jailbreaking
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 30a12b35e5b7..23d31e67b02f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -48,6 +48,11 @@ self: super: {
   });
 
   # Jailbreaks & Version Updates
+
+  # This `doJailbreak` can be removed once the following PR is released to Hackage:
+  # https://github.com/thsutton/aeson-diff/pull/58
+  aeson-diff = doJailbreak super.aeson-diff;
+
   async = doJailbreak super.async;
   data-fix = doJailbreak super.data-fix;
   dec = doJailbreak super.dec;