haskell-emacs icon indicating copy to clipboard operation
haskell-emacs copied to clipboard

Doesn't work on spacemacs

Open Osager opened this issue 8 years ago • 1 comments

I am on Windows 10

haskell-emacs-init seems to run successfully but when i evaluate (Matrix.identity 3) in the scratch I get Debugger entered--Lisp error: (void-function Matrix.identity)

Osager avatar Sep 22 '16 16:09 Osager

Hm, how did you install haskell-emacs? No errors occured? I'm not familiar with spacemacs, but what happens if you evaluate (setq debug-on-error t) and reinstall haskell-emacs? Have you already tried M-x package-install ?

knupfer avatar Sep 24 '16 07:09 knupfer