···807807 };
808808809809 # # Make elisp files available at a location where people expect it.
810810- hindent = overrideCabal super.hindent (drv: {
810810+ hindent = (overrideCabal super.hindent (drv: {
811811 # We cannot easily byte-compile these files, unfortunately, because they
812812 # depend on a new version of haskell-mode that we don't have yet.
813813 postInstall = ''
···816816 ln -s $lispdir $out/share/emacs/site-lisp
817817 '';
818818 doCheck = false; # https://github.com/chrisdone/hindent/issues/299
819819- });
819819+ })).override {
820820+ haskell-src-exts = self.haskell-src-exts_1_19_0;
821821+ };
820822821823 # https://github.com/yesodweb/Shelly.hs/issues/106
822824 # https://github.com/yesodweb/Shelly.hs/issues/108