haskell-configuration-common: cosmetic

+2 -1
+2 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 642 642 ''; 643 643 }); 644 644 645 - # Fine-tune the build. 645 + # Build the latest git version instead of the official release. This isn't 646 + # ideal, but Chris doesn't seem to make official releases any more. 646 647 structured-haskell-mode = (overrideCabal super.structured-haskell-mode (drv: { 647 648 src = pkgs.fetchFromGitHub { 648 649 owner = "chrisdone";