summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-08 11:38:47 +0100
committersterni <sternenseemann@systemli.org>2022-02-14 18:36:53 +0100
commit349d760195ca5f75bde536729e41d5bc0f710677 (patch)
treeb1feead4dbd7eccbc4c7fb508ba7ca21fcd4b13b /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent3f88b15256fadfca1f19dfd9fbb7d4a1644620d2 (diff)
downloadnixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar.gz
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar.bz2
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar.lz
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar.xz
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.tar.zst
nixpkgs-349d760195ca5f75bde536729e41d5bc0f710677.zip
haskell.packages.ghc902.alex: drop unnecessary patch
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 c628fe95f7c..30a12b35e5b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -87,10 +87,6 @@ self: super: {
   generic-lens_2_2_1_0 = dontCheck super.generic-lens_2_2_1_0;
 
   # Apply patches from head.hackage.
-  alex = appendPatch (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/fe192e12b88b09499d4aff0e562713e820544bd6/patches/alex-3.2.6.patch";
-    sha256 = "1rzs764a0nhx002v4fadbys98s6qblw4kx4g46galzjf5f7n2dn4";
-  }) (dontCheck super.alex);
   doctest = dontCheck (doJailbreak super.doctest_0_18_2);
   language-haskell-extract = appendPatch (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch";