-
Notifications
You must be signed in to change notification settings - Fork 19
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
mafia tries to get non-cabal build tools #208
Comments
I think that mafia assumes that all build tools listed in a cabal file are tools that are "cabal installable", like I think mafia always installing build tools listed in the cabal file is a mistake. It should first try to see the required tool exists on the Wanna send a patch? |
yeah would love to, be a little while till i find the time to do so though |
hmm bit of a problem with the suggested solution though, if it already exists in the I think i'll change it so it does attempt to install it from hackage, if that fails and it already exists on the |
Damn! Just ran into this problem myself. I may beat you to it! |
Duplicate of #209 |
Haha! I just ran into this morning and didn't see this issue. Interesting that this feature has been in Mafia for a while, but we all ran into it within two weeks of each other. |
I think listing non-haskell build tools in that stanza is a new thing. |
I'm getting bulids failing with this during the "build dependencies" phase:
zip-archive
has the following lines in its.cabal
file:I already had
unzip
on my machine and it was trying to install it from hackage (and its not there obviously)The text was updated successfully, but these errors were encountered: