jyp / dante

389 stars 52 forks source link

address usage of obsolete literate-haskell-mode #159

Closed shajra closed 3 years ago

shajra commented 3 years ago

It seems that haskell-mode has made the literate-haskell-mode name obsolete and aliased it to haskell-literate-mode:

(define-obsolete-function-alias 'literate-haskell-mode 'haskell-literate-mode "2020-04")

The alias seems to work for the most part, but doesn't seem to work with flycheck checkers. So this commit changes the name to the new name for the one place Dante references it.

shajra commented 3 years ago

@jyp Hi, could I nudge you to have a look at this small change? I helps flycheck work a bit more smoothly, and I've been testing out the change for a while now. Just trying to reduce the surface area of forks I'm maintaining.

jyp commented 3 years ago

Sure, applied as suggested. Thanks!