-
Notifications
You must be signed in to change notification settings - Fork 110
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
Compile failure with proto-lens-combinators-0.1.0.8
#110
Comments
Thank you for the report. Can you please give:
I just verified that |
$PATH does not contain I'm currently investigating how we can get this to work in
to the library section, as the build-tool is already required at Setup.hs time. So I'm afraid that this can't be addressed for cabal-2.0 users yet, and we may need to extend the PS: The commands to reproduce this more or less how https://matrix.hackage.haskell.org/package/proto-lens-combinators does it:
PS2: Here's what happens if I add
which points to the code-fragment , sDistHook = \p maybe_l h f -> case maybe_l of
Nothing -> error "Can't run protoc; run 'cabal configure' first."
Just l -> do
generate p l
sDistHook hooks (fudgePackageDesc l p) maybe_l h f
|
Thanks for the detailed explanation. For your "PS2", I tracked this down to
The current implementation of |
I see the error message I get is now in a head |
@Ericson2314 Your link is broken, unfortunately 😞 Also, I still see the following error:
when I'm trying to build project with |
- Add LICENSE files for all packages. - Add descriptions for packages that were missing one. - Work around #69 by symlinking third_party into tensorflow-proto.
I think that the |
@mpickering are you sure it fixes the issue? I just tried
I'm hoping to release |
I made sure |
Update: I've released Also, I verified manually that using I think this issue can be closed once:
It's unfortunate that this complicates |
|
@judah are you aware that while packages such as |
The text was updated successfully, but these errors were encountered: