lol

hindent: fix 5.2.1 build

authored by

Michael Alan Dorman and committed by
Peter Simons
725e44cc 1e62dc29

+4 -2
+4 -2
pkgs/development/haskell-modules/configuration-common.nix
··· 807 807 }; 808 808 809 809 # # Make elisp files available at a location where people expect it. 810 - hindent = overrideCabal super.hindent (drv: { 810 + hindent = (overrideCabal super.hindent (drv: { 811 811 # We cannot easily byte-compile these files, unfortunately, because they 812 812 # depend on a new version of haskell-mode that we don't have yet. 813 813 postInstall = '' ··· 816 816 ln -s $lispdir $out/share/emacs/site-lisp 817 817 ''; 818 818 doCheck = false; # https://github.com/chrisdone/hindent/issues/299 819 - }); 819 + })).override { 820 + haskell-src-exts = self.haskell-src-exts_1_19_0; 821 + }; 820 822 821 823 # https://github.com/yesodweb/Shelly.hs/issues/106 822 824 # https://github.com/yesodweb/Shelly.hs/issues/108