Yeah,I realised that soon after, it should be fixed now


On Mon, 30 Dec 2024, 1:15 am Stefan Monnier, <monnier@iro.umontreal.ca> wrote:
> branch: elpa/haskell-ts-mode
> commit df8d3690375a14ede7079640bc326111f1fb3ddd
> Author: Pranshu Sharma <pranshu@pebl>
> Commit: Pranshu Sharma <pranshu@pebl>
>
>     remove indent function useless replace by M-q
[...]
>  (defvar-keymap  haskell-ts-mode-map
>    :doc "Keymap for haskell-ts-mode."
>    "C-c C-c" 'haskell-ts-compile-region-and-go
>    "C-c C-r" 'run-haskell
> -  "C-M-q" 'haskell-ts-indent-defun)
> +   'haskell-ts-indent-defun)

This last line doesn't look right.
[ Also, I'd recommend you use #' to quote function names.  ]


        Stefan