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
The boolexpr package needs this PR to support modern GHC. I was able to include the "boolexpr" package as a "vendored dependency" by copying in the code and adding it as a local package in stack.yaml. This works with stack build. However, the CI build doesn't seem to respect this local dependency.
boolexpr
stack.yaml
stack build
UPDATE: The PR boolexpr/boolexpr#2 has been merged - thanks @np and @kostmo!
The text was updated successfully, but these errors were encountered:
We used to do this in cabal-extra (I think was the name) with other libraries.
The problem is that this will not work for release. The built binary will have the released version of the dependency.
Sorry, something went wrong.
@kostmo I could not find your comment about whether you reached out to the boolexpr author via mail in #927.
I reached out to the author on the Keybase messaging platform and will update you with the results. 😉
introduce boolexpr package to replace vendored module (#1188)
6702a8b
Closes #934.
Successfully merging a pull request may close this issue.
The
boolexpr
package needs this PR to support modern GHC. I was able to include the "boolexpr" package as a "vendored dependency" by copying in the code and adding it as a local package instack.yaml
. This works withstack build
. However, the CI build doesn't seem to respect this local dependency.UPDATE: The PR boolexpr/boolexpr#2 has been merged - thanks @np and @kostmo!
The text was updated successfully, but these errors were encountered: