eskimor / servant-purescript

Translate servant API to purescript code, with the help of purescript-bridge.
BSD 3-Clause "New" or "Revised" License
105 stars 44 forks source link

uninstable with stack 2.1.1 #38

Closed legrostdg closed 5 years ago

legrostdg commented 5 years ago

In one of my projects:


$ stack build
Cloning 7b0090a017318ff970db79455c53c60cdb0b1611 from https://github.com/eskimor/servant-purescript.git
Unsupported tarball from /tmp/with-repo-archive14210/foo.tar: File located at "examples/central-counter/frontend/setupPath.sh" is a symbolic link to absolute path /home/robert/projects/gonimo-front/setupPath.sh
legrostdg commented 5 years ago

bump?

vlatkoB commented 5 years ago

It is related to this stack issue.

legrostdg commented 5 years ago

Thanks for the link, which links to this issue https://github.com/commercialhaskell/stack/issues/4913 which directly mentions servant-purescript.

eskimor commented 5 years ago

uhm, interesting - that symlink seems weird. I'll check it out.

eskimor commented 5 years ago

Does the problem persist with 0.9.0.4?

legrostdg commented 5 years ago

0.9.0.4 fixes this issue.

eskimor commented 5 years ago

Thanks @legrostdg! Sorry, that it took so long, I completely missed that, due to too many github notifications.

legrostdg commented 5 years ago

note that there is https://github.com/eskimor/servant-subscriber/issues/23 now (new github notification :))