Skip to content
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

grenade more easily built with stack than mafia #77

Open
silky opened this issue Nov 26, 2018 · 2 comments
Open

grenade more easily built with stack than mafia #77

silky opened this issue Nov 26, 2018 · 2 comments

Comments

@silky
Copy link

silky commented Nov 26, 2018

i tried the mafia build, but it failed immediately:

08:17 PM noon ∈ grenade (master*) ♫ ./mafia 
INFO: No explicit mafia version requested installing latest (39ec1dff2fbc9a0dad49e26f203f696d929ad316).
Building mafia-39ec1dff2fbc9a0dad49e26f203f696d929ad316 in /tmp/tmp.NF0BVAdorK
Cloning into '/tmp/tmp.NF0BVAdorK'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 2434 (delta 11), reused 15 (delta 4), pack-reused 2407
Receiving objects: 100% (2434/2434), 721.96 KiB | 207.00 KiB/s, done.
Resolving deltas: 100% (1352/1352), done.
HEAD is now at 39ec1df Merge pull request #239 from tmcgilchrist/topic/entwine
./bin/bootstrap: 12: ./bin/bootstrap: cabal: not found
mafia version (39ec1dff2fbc9a0dad49e26f203f696d929ad316) could not be built.

i then did stack init && stack build and that worked :)

@HuwCampbell
Copy link
Owner

Grenade should install with just plain old cabal and GHC as well. I tried to make it easy install with any chosen tool chain (although I should probably update the readme to reflect that).

Mafia didn't install for you btw because you don't have cabal on your path.

@tmcgilchrist
Copy link
Contributor

It works really nicely with cabal new-build for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants