From eae265520950429208283d7b1fa36f74ce9987cd Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 25 Nov 2016 01:41:29 +0100 Subject: initial commit [WIP] --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..29fc3ca --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: ghci +ghci: shell.nix + nix-shell --arg nixpkgs 'import ' --command 'exec ghci -Wall' + +shell.nix: $(wildcard *.cabal) + cabal2nix --shell . > $@ -- cgit v1.2.3