From ad81560afc8a8b74344d4ddc9b55a7fe2a2457b7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Oct 2016 15:10:07 +0200 Subject: [PATCH] structured-haskell-mode: update to latestt Git revision This update makes our local patches obsolete. --- .../haskell-modules/configuration-common.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f91fe7e427d..4addee1b09f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -780,19 +780,9 @@ self: super: { src = pkgs.fetchFromGitHub { owner = "chrisdone"; repo = "structured-haskell-mode"; - sha256 = "1vrycvqp4n2pp6sq7z2v0zkqz6662nvacm7cla5hrrzl157cg0j5"; - rev = "1ffb4db1e7049d4089fea430d4f20bce2eff263d"; + rev = "dde5104ee28e1c63ca9fbc37c969f8e319b4b903"; + sha256 = "0g5qpnxzr9qmgzvsld5mg94rb28xb8kd1a02q045r6zlmv1zx7lp"; }; - patches = [ (pkgs.fetchpatch { - url = "https://github.com/chrisdone/structured-haskell-mode/pull/140.patch"; - sha256 = "1zwyxfmkl04dy34mbifk24qj9g0sfpz0j8rm688qdah8lavp44df"; - }) - (pkgs.fetchpatch { - url = "https://github.com/chrisdone/structured-haskell-mode/pull/141.patch"; - sha256 = "1bqgzw8cvxs0yg3yipsayksf7djccslamksm0nkw0kfp22axzmng"; - }) - ]; - jailbreak = false; # Statically linked Haskell libraries make the tool start-up much faster, # which is important for use in Emacs. enableSharedExecutables = false;