Changes made in order to get Hackage upload working

This commit is contained in:
John J. Camilleri
2021-08-09 13:41:25 +02:00
parent 265f08d6ee
commit 723bec1ba0
4 changed files with 18 additions and 10 deletions

View File

@@ -65,6 +65,6 @@ bintar:
# Make a source tar.gz distribution using git to make sure that everything is included.
# We put the distribution in dist/ so it is removed on `make clean`
sdist:
test -d dist || mkdir dist
git archive --format=tar.gz --output=dist/gf-${VERSION}.tar.gz HEAD
# sdist:
# test -d dist || mkdir dist
# git archive --format=tar.gz --output=dist/gf-${VERSION}.tar.gz HEAD