We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sha256map
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
projects
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
The text was updated successfully, but these errors were encountered:
A clean with make -f project-files.mk clean gets rid of this generated file.
make -f project-files.mk clean
Sorry, something went wrong.
No branches or pull requests
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@062c46aThe text was updated successfully, but these errors were encountered: