meoblast001 / hakyll-purescript

Hakyll PureScript compiler
MIT License
2 stars 1 forks source link

Hackage? #1

Open uwap opened 8 years ago

uwap commented 8 years ago

It would be cool if you could put hakyll-purescript on hackage.

meoblast001 commented 8 years ago

The package is not currently usable because dependencies are not properly included. For example you can't even use Prelude here. This problem needs to be solved first.

uwap commented 8 years ago

This problem should be resolved with #2. Hackage? :stuck_out_tongue:

meoblast001 commented 8 years ago

Does #2 manage to make the package useful? Can you compile any usable PureScript files? In the current project status, I couldn't even compile anything with simple arithmetic in it. I will still review your pull request and merge it if it makes improvements, but until this problem can be resolved I do not feel that it is practical to publish this library in a first version.

uwap commented 8 years ago

Oh. It hat troubles compiling purescript scripts? I thought it only had troubles compiling hakyll-purescript. I will see what I can do.

meoblast001 commented 8 years ago

It has trouble compiling PureScript scripts because typically pulp handles dependency issues. Last I tried something with this library, I couldn't even compile a project containing Prelude. Provided you use absolutely no Prelude functions in your code, this library does work though in producing JavaScript. That's not very useful though.