src.nth.io/

summaryrefslogtreecommitdiff
path: root/elisp/haskell-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/haskell-init.el')
-rw-r--r--elisp/haskell-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/haskell-init.el b/elisp/haskell-init.el
index 735d788..31c0804 100644
--- a/elisp/haskell-init.el
+++ b/elisp/haskell-init.el
@@ -3,7 +3,7 @@
;; Require packages
(require 'package-require)
-(package-require '(flycheck yasnippet haskell-snippets haskell-mode flycheck-haskell))
+(package-require '(haskell-mode yasnippet haskell-snippets flycheck flycheck-haskell))
;; Load haskell-mode from source
;; (add-to-list 'load-path "~/Code/elisp/haskell-mode/")