-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can't install #29
Comments
@Eoksni which version of GHC are you using? |
Wait - I think I can tell from the nice underlining there. It looks like you're using 8.2. I have a PR up for GHC 8.2 here. In the meantime you can configure stack to pull from my commit and see if that works. Please let me know how it goes! |
@schell Hey, I'm new to the Haskell world and not sure how to "configure stack to pull from my commit".
And btw regarding you question - yes, I think I'm using ghc 8.2, to be precise
when I'm out of that cloned repo. |
@Eoksni if you're working on a project with stack then you can point stack to use a specific package version (by commit hash) by using some special syntax in your projects - location:
git: https://github.com/schell/halive
commit: 0bdd05305aaa7d80cdec115eb816e29300e44a2d
extra-dep: true That will tell stack to pull the |
@schell Thank you! I added it to my project |
Glad that worked! |
This is still broken, there is a workaround but the ticket should stay open? |
stack install halive
results in thisOS Windows 10
The text was updated successfully, but these errors were encountered: