lang/purescript: small improvements

This commit is contained in:
Valentin Robert 2017-05-21 14:05:04 -07:00
parent bd84e90f80
commit 07f1add557
2 changed files with 10 additions and 12 deletions

View file

@ -1,7 +1,12 @@
;; -*- no-byte-compile: t; -*-
;;; lang/purescript/packages.el
;; As far as I can tell, at the moment, flycheck-purescript does not work well
;; due to expecting the compiler to be psc rather than purs.
;; However, one of purescript-mode or psc-ide seems to handle flycheck, so it
;; might be unnecessary altogether.
;; (package! flycheck-purescript)
(package! psc-ide)
(package! purescript-mode)