summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-26 21:20:38 +0100
committerPeter Simons <simons@cryp.to>2021-02-26 21:35:56 +0100
commit4e328c8c305ccf945ed60072fc10a4a0a5b4375d (patch)
treebb99bb12175ca809bff3c870880e04d675fa1d79 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentd2aeeb0d20054a1ba2b9924b11471604488655f7 (diff)
downloadnixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar.gz
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar.bz2
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar.lz
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar.xz
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.tar.zst
nixpkgs-4e328c8c305ccf945ed60072fc10a4a0a5b4375d.zip
haskell-regex-base: drop obsolete patch for ghc-9.0.x
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.nix4
1 files changed, 0 insertions, 4 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 76f6971917f..55b1d8c9678 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -99,10 +99,6 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch";
     sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f";
   });
-  regex-base = appendPatch (doJailbreak super.regex-base) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/regex-base-0.94.0.0.patch";
-    sha256 = "0k5fglbl7nnhn8400c4cpnflxcbj9p3xi5prl9jfmszr31jwdy5d";
-  });
 
   # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
   unordered-containers = dontCheck super.unordered-containers;