structured-haskell-mode: bump version to latest git head

Chris doesn't seem to make release any more.
wip/yesman
Peter Simons 7 years ago
parent 4fe328c6ca
commit 92031d6e01
  1. 8
      pkgs/development/haskell-modules/configuration-common.nix

@ -603,6 +603,14 @@ self: super: {
# Fine-tune the build.
structured-haskell-mode = (overrideCabal super.structured-haskell-mode (drv: {
src = pkgs.fetchFromGitHub {
owner = "chrisdone";
repo = "structured-haskell-mode";
rev = "bd08a0b2297667e2ac7896e3b480033ae5721d4d";
sha256 = "14rl739z19ns31h9fj48sx9ppca4g4mqkc7ccpacagwwf55m259c";
};
version = "20170523-git";
editedCabalFile = null;
# Statically linked Haskell libraries make the tool start-up much faster,
# which is important for use in Emacs.
enableSharedExecutables = false;

Loading…
Cancel
Save