.PHONY: ghci ghci: shell.nix nix-shell --arg nixpkgs 'import ' --command 'exec ghci -Wall' shell.nix: $(wildcard *.cabal) cabal2nix --shell . > $@