From 991a23b5dbe09f257cec8d1576d9db262a0adc84 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 25 Apr 2015 18:02:02 +0200 Subject: [PATCH] haskell-edit-distance: update patch SHA --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e2d404b67f5..386ea60bea4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -196,7 +196,7 @@ self: super: { 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 = "013x9za47vr9jx0liwgi8cdh2h2882a87h5nqvr41xqipzxfiyw1"; + sha256 = "0v47pa5ymh9f23bqpkdv3k7vnb6h3ssccdmjdylhs2ybarqzrcwh"; }); # https://github.com/BNFC/bnfc/issues/137