about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-10-10 23:48:12 +0200
committersternenseemann <sternenseemann@systemli.org>2023-10-10 23:48:12 +0200
commit67a3127751fec66ab035a46ee6127adeffa07025 (patch)
tree81e8e6c22c58992fabe70c8f5184d67d22b337c6 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent41108e36e48c595b1a8a40c31c96a852085df447 (diff)
downloadnixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar.gz
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar.bz2
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar.lz
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar.xz
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.tar.zst
nixlib-67a3127751fec66ab035a46ee6127adeffa07025.zip
haskell.packages.ghc96.monad-par: drop obsolete 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.nix10
1 files changed, 0 insertions, 10 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 098a856f78e4..157d6f77f609 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -141,16 +141,6 @@ self: super: {
     sha256 = "0w4y3v69nd3yafpml4gr23l94bdhbmx8xky48a59lckmz5x9fgxv";
   }) (doJailbreak super.language-haskell-extract);
 
-  # Patch for support of mtl-2.3
-  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);
-
   # Patch 0.17.1 for support of mtl-2.3
   xmonad-contrib = appendPatch
     (pkgs.fetchpatch {