On 25/02/2025 16:28, Lawrence Bottorff wrote: > Could you show me what your init for using this looks like. I either have > use-package or a location on my computer for packages. >
Before it was addressed upstream, I used the following to load from a clone of the repo: (use-package haskell-mode :load-path "/path/to/repo/haskell-mode") There may be better ways to achieve the above but it worked well enough for me. Regards, Aitenate