Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install foundation package failed #38

Closed
ChinaXing opened this issue May 15, 2017 · 5 comments
Closed

install foundation package failed #38

ChinaXing opened this issue May 15, 2017 · 5 comments

Comments

@ChinaXing
Copy link

ChinaXing commented May 15, 2017

does foundation package can be supported ?

https://github.com/haskell-foundation/foundation

Configuring foundation-0.0.9...
Preprocessing library for foundation-0.0.9..
Building library for foundation-0.0.9..

Foundation/Primitive/Types.hs:46:18:
    Could not find module ‘GHC.IntWord64’
    Use -v to see a list of the files searched for.
@puffnfresh
Copy link
Collaborator

puffnfresh commented May 15, 2017

Looks like GHC.IntWord64 was removed in typelead/eta@6e2488c for some reason.

@ChinaXing
Copy link
Author

Yes. I wanna use yesod to develop my business system. but found too many package dependencies of yesod install failed when use etlas. so gave up at last.

@rahulmutt
Copy link
Member

rahulmutt commented May 16, 2017

I recommend using Servant which is much more lightweight (or even Spock/Scotty/Happstack) which are pure Haskell and more likely to work with Eta.

yesod-pure will take time to port since it has a lot of dependencies that use C FFI.

@rahulmutt
Copy link
Member

foundation itself will take some time to port and I'll leave this issue open.

@rahulmutt
Copy link
Member

foundation's patch is available on Eta v0.7. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants