(package-refresh-contents))
;; make sure my list of packages are installed
-(setq package-list '(rust-mode haskell-mode go-mode monokai-theme ghc))
+(setq package-list '(rust-mode haskell-mode go-mode monokai-theme ghc restclient))
; install the missing packages
(dolist (package package-list)
(autoload 'ghc-init "ghc" nil t)
(autoload 'ghc-debug "ghc" nil t)
(add-hook 'haskell-mode-hook (lambda () (ghc-init)))
+(custom-set-variables
+ '(haskell-process-type 'cabal-repl))
;; ido
(setq ido-enable-flex-matching t)