-
Notifications
You must be signed in to change notification settings - Fork 62
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
Dependency on haskell-gi-overloading in jsaddle-webkit2gtk still constrained to 0.0. #38
Comments
What is forcing it to be 1.0? Is it really using the haskell-gi overloading features? Haskell-gi overloading has a big impact on GHC performance (including ghci load times). |
I've got a project that is depending on
Where
If I add
I might be putting too much trust into stack's suggestions granted, but I don't immediately see the answer. |
Stack does not support cabal's automatic flag feature. Instead you have to explicitly set them. You can try using With Stack it is also not possible for packages to detect the version of native libraries installed when using stack or even the OS that you are building on. |
Oh I see, would it be possible to have a note to this effect in the readme? I'd be surprised if I was the only person caught out by this. |
I have added a note to the bottom of the readme. I'll leave this issue open to make it easier to find. |
@hamishmack Thank you! |
This seems to be causing me some grief where I can't immediately see the way out of a dependency corner because of this, other things related to these projects are forcing version 1.0 of haskell-gi-overloading.
The text was updated successfully, but these errors were encountered: