doomemacs/modules/lang/purescript/packages.el

12 lines
542 B
EmacsLisp
Raw Normal View History

2017-05-20 21:09:23 -07:00
;; -*- no-byte-compile: t; -*-
;;; lang/purescript/packages.el
2017-05-21 14:05:04 -07:00
;; 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.
2020-01-14 22:32:11 -05:00
;;(package! flycheck-purescript :pin "30f0435d5e2715053c8c6170b2bce2ae462ac819")
2017-05-20 21:09:23 -07:00
2020-01-14 22:32:11 -05:00
(package! psc-ide :pin "2a9394422da317b54aa1da021aea6cded19004c1")
(package! purescript-mode :pin "8db1d0243c03da31adac4d7c5287407a4df6aff2")