Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 381 Bytes

purscheck

A flycheck-compatible wrapper of the purescript compiler

setup

  1. Build purscheck
  2. Add purscheck.el to your emacs

how it works

Add a file called .purescript-paths in your project directory. This file should contain a list of globs that reference all the relevant source files.

Example:

bower_components/**/*.purs
src/**/*.purs

license

MIT