kritzcreek / purescript-psc-ide

PureScript client for psc-ide
MIT License
9 stars 11 forks source link

Support purs executable #28

Closed nwolverson closed 7 years ago

nwolverson commented 7 years ago

This is changes to support 0.11, not to build under 0.11. Was probably just going to put up a follow-up commit on this branch that does the latter.

nwolverson commented 7 years ago

@kRITZCREEK I notice that compiler PROTOCOL.md shows import list result as

"moduleName": "MyModule"

but I see

"moduleName": [ "MyModule" ]