1 2 3 4 5 6
.PHONY: ghci ghci: shell.nix nix-shell --arg nixpkgs 'import <stockholm>' --command 'exec ghci -Wall' shell.nix: $(wildcard *.cabal) cabal2nix --shell . > $@