summary refs log tree commit diff
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2019-11-19 09:34:44 +0900
committerGitHub <noreply@github.com>2019-11-19 09:34:44 +0900
commit5f3b21f7b0454a504444094e22423f2dcc215a97 (patch)
tree4ebebb804f0da7f5102e9d395fb473b71025c930
parentf7076d372638a335c3aaff8c06464e8bf384c032 (diff)
parent64c5eda3176629c797a96e2a41069c786fc6df1a (diff)
downloadnixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar.gz
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar.bz2
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar.lz
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar.xz
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.tar.zst
nixpkgs-5f3b21f7b0454a504444094e22423f2dcc215a97.zip
Merge pull request #73693 from toonn/drop-alex-patch
alex: drop patch
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 5c54a90ce7e..ec0e4377f76 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -102,11 +102,6 @@ self: super: {
   vault = dontHaddock super.vault;
   monad-par = dontCheck super.monad-par;   # test suite does not compile in monad-par-0.3.4.8
 
-  # TODO dont fetch patch if https://github.com/simonmar/alex/issues/140 is resolved
-  alex = appendPatch super.alex (pkgs.fetchpatch {
-    url = "https://github.com/simonmar/alex/commit/deaae6eddef5186bfd0e42e2c3ced39e26afa4d6.patch";
-    sha256 = "1v40gmnw4lqyk271wngdwz8whpfdhmza58srbkka8icwwwrck3l5";
-  });
   # https://github.com/snapframework/snap-core/issues/288
   snap-core = overrideCabal super.snap-core (drv: { prePatch = "substituteInPlace src/Snap/Internal/Core.hs --replace 'fail   = Fail.fail' ''"; });
   # needs a release