This repository was archived by the owner on May 1, 2020. It is now read-only.
0.5.0: Release for PureScript 0.7
Features
- Release with support for PureScript 0.7 (#43, #47) (@garyb)
- Supports ffi in the
.psci
generation (#40) - Support the
relative-path
option (#39)
Notes
- The
pscMake
task is nowpsc
. - The
dotPsci
task has been renamed topsci
. Also, it now returns a stream containing the.psci
generated file. This result must be piped togulp.dest('.')
to write out the file.