We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While building a project containing vector-space (version unpinned), MemoTrie-0.6.4 was failing to build (but only on TravisCI).
vector-space
MemoTrie-0.6.4
I solved this by pinning the version of MemoTrie to the latest available (0.6.7) in the extra-deps section of stack.yaml :
MemoTrie
0.6.7
extra-deps
extra-deps: - MemoTrie-0.6.7 - newtype-generics-0.5
The text was updated successfully, but these errors were encountered:
Is there an issue here to be addressed? Or maybe are you mentioning your experience to help others who encounter the same challenge?
Sorry, something went wrong.
There must be one, I just haven't had the time to investigate possible fixes
Got it. I'll keep the issue open. Thanks for raising these issues!
No branches or pull requests
While building a project containing
vector-space
(version unpinned),MemoTrie-0.6.4
was failing to build (but only on TravisCI).I solved this by pinning the version of
MemoTrie
to the latest available (0.6.7
) in theextra-deps
section of stack.yaml :The text was updated successfully, but these errors were encountered: