about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-08-01 15:35:44 +0200
committerPeter Simons <simons@cryp.to>2017-08-01 15:35:44 +0200
commit92031d6e01bd494a6e92d7dee08e7633256657c4 (patch)
treefecd7949e2e45d0fec6ef66cee420f006bc4edba /pkgs
parent4fe328c6cac90d0e8500a1f489db8a1728af32e5 (diff)
downloadnixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar.gz
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar.bz2
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar.lz
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar.xz
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.tar.zst
nixlib-92031d6e01bd494a6e92d7dee08e7633256657c4.zip
structured-haskell-mode: bump version to latest git head
Chris doesn't seem to make release any more.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9f24d3480640..317312823f9e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;