summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-26 11:20:30 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-26 11:22:15 +0800
commit5ff4edd3353c1cdc983adac0f533b127afedebdf (patch)
tree8f9bb11b78200722ac7cbf3ee65ed636e6976c3f /pkgs/development/haskell-modules/patches
parente45b99dfb50a6ca3a62ed3c3048bfda2fae453e0 (diff)
haskell.packages.ghc94.hnix: Add note to patch
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/hnix-compat-for-ghc-9.4.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/patches/hnix-compat-for-ghc-9.4.patch b/pkgs/development/haskell-modules/patches/hnix-compat-for-ghc-9.4.patch
index 4ef748a462d3a..c7322dfa31390 100644
--- a/pkgs/development/haskell-modules/patches/hnix-compat-for-ghc-9.4.patch
+++ b/pkgs/development/haskell-modules/patches/hnix-compat-for-ghc-9.4.patch
@@ -3,6 +3,11 @@ From: Rodney Lorrimar <dev@rodney.id.au>
 Date: Tue, 25 Jul 2023 16:46:36 +0800
 Subject: [PATCH] GHC 9.4 compatibility
 
+This is commit b89eed9 from haskell-nix/hnix master branch,
+backported to 0.16.
+
+The patch should be removed once hnix-0.17 is released.
+
 ---
  src/Nix/Fresh.hs | 2 +-
  src/Nix/Lint.hs  | 2 +-