Open jappeace opened 5 years ago
I don't use Nix, but i just tested building this with ghc-8.6.3 and cabal-install 2.0.0.1.
I built it and ran the tests using:
./mafia build -w
./mafia test
Unless this can be reproduced outside Nix, I can't work on it.
I’m running NixOS at home at the moment, I’ll try running it there. Do you have a pure derivation I can test against? (That is, one including all dependencies)
On Thu, 7 Mar 2019 at 12:06 pm, Erik de Castro Lopo < notifications@github.com> wrote:
I don't use Nix, but i just tested building this with ghc-8.6.3 and cabal-install 2.0.0.1.
I built it and ran the tests using:
./mafia build -w ./mafia test
Unless this can be reproduced outside Nix, I can't work on it.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HuwCampbell/grenade/issues/87#issuecomment-470341077, or mute the thread https://github.com/notifications/unsubscribe-auth/AE9t0e5-q86Ae2wukXOcgME527fov_UKks5vUGYOgaJpZM4bhqww .
This project fails reproducibly: https://github.com/jappeace/awesome-project-name/tree/show-grenade-fails
You can't enter the shell unless you disable the tests. Enter shell with:
nix-shell -A shells.ghc
I'm not sure how to make a pure derivation, but since the project I linked is pinned, that should be good enough?
Hi, I'm trying to build grenade with nix, the test suite fails however:
I used cabal2nix to just grab the latest version from github, this one to be precise:
I'll disable the tests for now so it's not a big deal, but I just wanted to let you know.