about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-26 13:32:49 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-26 13:32:49 +0200
commit9461adddf13e48fd1fe6f60e3feabe693f0611ef (patch)
tree24becbe6f67e2003770f28ff1e177b5593fc61a3 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent6eb0db2b60e49c9dac29ab00496eae14e595a9ca (diff)
downloadnixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar.gz
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar.bz2
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar.lz
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar.xz
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.tar.zst
nixlib-9461adddf13e48fd1fe6f60e3feabe693f0611ef.zip
haskellPackages.hnix: make GHC 9.4 patch unconditional
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 7873c682f52e..76af2124a155 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -68,11 +68,6 @@ in {
   # https://gitlab.haskell.org/ghc/ghc/-/issues/21619
   hedgehog = dontHaddock super.hedgehog;
 
-  # Cherry-pick GHC 9.4 changes from hnix master branch
-  hnix = appendPatches [
-    ./patches/hnix-compat-for-ghc-9.4.patch
-  ] (doJailbreak super.hnix);
-
   hpack = overrideCabal (drv: {
     # Cabal 3.6 seems to preserve comments when reading, which makes this test fail
     # 2021-10-10: 9.2.1 is not yet supported (also no issue)