diff -r 8167de2d2daa -r 1ec54926890f elisp/haskell-init.el --- a/elisp/haskell-init.el Mon May 11 09:45:31 2015 -0500 +++ b/elisp/haskell-init.el Tue Jun 23 17:34:37 2015 -0500 @@ -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/")