meoblast001/hakyll-purescript

Hackage?

Opened this issue · 5 comments

uwap commented

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

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

This problem should be resolved with #2. Hackage? 😛

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

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

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.