Do all of these things (somewhat) in order:
See the second line of the file CarpHask.cabal.
See Main.hs.
See README.md
See CHANGELOG.md
$ git add . $ git commit -m "build: Release X.Y.Z"
$ git tag vX.Y.Z $ git push --tags