You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have this in your [init file](http://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html) (usually `~/.emacs`). If you already have `custom-set-variables`, merge its contents:
15
15
16
-
To install `haskell-mode` you need to add a package archive repository that distributes
17
-
`haskell-mode`. Execute
18
-
19
-
```
20
-
M-x customize-option RET package-archives
21
-
```
22
-
23
-
and add
24
-
25
-
Archive name: melpa-stable
26
-
URL or directory name: http://stable.melpa.org/packages/
0 commit comments