summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 29fc3caa4ad4c1fa3d6b6ceee3cc67cd8641c598 (plain)
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 . > $@