cabalism/updo

`sha256map` generation should be opt-in

philderbeast opened this issue · 1 comments

Project generation creates the haskell.nix sha256map even though this is not an explicit goal (only projects is) as seen with up-do/dex-lang@062c46a

include project-versions.mk
include updo/Makefile

.PHONY: all
all: projects

.DEFAULT_GOAL := all
$ make -f project-files.mk

$ git ls-files --others --exclude-standard
ghc-8.10.7.sha256map.nix

A clean with make -f project-files.mk clean gets rid of this generated file.