about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-08 11:38:47 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-08 11:38:47 +0100
commit550e3a38bad15a8d34b822e751c5396dcb0e0eef (patch)
tree65ee235a9b6c6118cf02dc7ccebc25512b52e06b /pkgs/development/haskell-modules
parente65706ce871f892d1d7721d14834856f6d8e3596 (diff)
downloadnixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar.gz
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar.bz2
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar.lz
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar.xz
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.tar.zst
nixlib-550e3a38bad15a8d34b822e751c5396dcb0e0eef.zip
haskell.packages.ghc902.alex: drop unnecessary patch
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 c628fe95f7c5..30a12b35e5b7 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";