about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-26 13:41:17 +0800
committersternenseemann <sternenseemann@systemli.org>2023-07-26 15:15:21 +0200
commit2635c9eb1d639bfd4fad7d838e713da5d00b0cde (patch)
treed266de2fdcd1250b3f939eedd2a01a00bfe30c64 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent5c24ad1f299cb0d3023f59c04501eb3c8172469a (diff)
downloadnixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar.gz
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar.bz2
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar.lz
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar.xz
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.tar.zst
nixlib-2635c9eb1d639bfd4fad7d838e713da5d00b0cde.zip
haskell.packages.ghc96.monad-par: tweak override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index d07eabcb8d24..e816ae1e7a27 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -135,14 +135,14 @@ self: super: {
   }) (doJailbreak super.language-haskell-extract);
 
   # Patch for support of mtl-2.3
-  monad-par = appendPatches [
+  monad-par = appendPatch
     (pkgs.fetchpatch {
       name = "monad-par-mtl-2.3.patch";
       url = "https://github.com/simonmar/monad-par/pull/75/commits/ce53f6c1f8246224bfe0223f4aa3d077b7b6cc6c.patch";
       sha256 = "1jxkl3b3lkjhk83f5q220nmjxbkmni0jswivdw4wfbzp571djrlx";
       stripLen = 1;
     })
-  ] (doJailbreak super.monad-par);
+    (doJailbreak super.monad-par);
 
   # 2023-04-03: plugins disabled for hls 1.10.0.0 based on
   #