haskell-configuration-common: cosmetic

This commit is contained in:
Peter Simons 2017-12-14 12:59:23 +01:00
parent 647cda9dfe
commit a215e145e4

View file

@ -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";