summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-14 12:59:23 +0100
committerPeter Simons <simons@cryp.to>2017-12-15 13:11:15 +0100
commita215e145e4453f9c265f3c1b2534e3297e85e95d (patch)
treee80c52bdbc0a63b95df9b503741ab834a8b7854c
parent647cda9dfe1526b3fc9fb6b6d43723fe2cc396de (diff)
downloadnixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar.gz
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar.bz2
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar.lz
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar.xz
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.tar.zst
nixpkgs-a215e145e4453f9c265f3c1b2534e3297e85e95d.zip
haskell-configuration-common: cosmetic
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4f5ad118a87..d11414221de 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -642,7 +642,8 @@ self: super: {
     '';
   });
 
-  # Fine-tune the build.
+  # Build the latest git version instead of the official release. This isn't
+  # ideal, but Chris doesn't seem to make official releases any more.
   structured-haskell-mode = (overrideCabal super.structured-haskell-mode (drv: {
     src = pkgs.fetchFromGitHub {
       owner = "chrisdone";