From 300edc44f862e6fa36364cd862918f9c23105e2d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 7 May 2015 15:28:17 +0200 Subject: [PATCH] haskell-edit-distance has been fixed upstream --- .../haskell-modules/configuration-ghc-7.10.x.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index a60af597a953..efbd3a004395 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -189,13 +189,6 @@ self: super: { brainfuck = appendPatch super.brainfuck ./brainfuck-fix-ghc710.patch; unlambda = appendPatch super.unlambda ./unlambda-fix-ghc710.patch; - # Updated Cabal file from Hackage tightened version bounds for some reason. - edit-distance = let pkg = appendPatch super.edit-distance ./edit-distance-fix-boundaries.patch; - in appendPatch pkg (pkgs.fetchpatch { - url = "https://patch-diff.githubusercontent.com/raw/batterseapower/edit-distance/pull/3.patch"; - sha256 = "0v47pa5ymh9f23bqpkdv3k7vnb6h3ssccdmjdylhs2ybarqzrcwh"; - }); - # https://github.com/BNFC/bnfc/issues/137 BNFC = markBrokenVersion "2.7.1" super.BNFC; cubical = dontDistribute super.cubical;