Don't remove the default.nix

If we `make clean` outside of the nix shell,
we can't necessarily get back in.
Certainly, `make shell` doesn't work.
But, building `default.nix` might not work if `hpack` doesn't exist.
This commit is contained in:
joneshf 2018-08-11 06:38:00 -07:00
parent 0d599e3ff5
commit 3868f30777
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -31,7 +31,6 @@ check: $(CABAL_FILE)
.PHONY: clean
clean:
rm -f $(CABAL_FILE)
rm -f default.nix
rm -fr $(DIST)
default.nix: $(CABAL_FILE)