Skip to content

Instantly share code, notes, and snippets.

@tmcgilchrist
Last active May 24, 2017 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcgilchrist/787532649671a9ece551 to your computer and use it in GitHub Desktop.
Save tmcgilchrist/787532649671a9ece551 to your computer and use it in GitHub Desktop.
Release the hounds aka Push package to Hackage

Releasing to Hackage

  1. Create PR bumping version number
  2. Ensure it's building on CI
  3. Bump version in *.cabal file
  4. Commit new version to repo and push
  5. cabal sdist to generate a package
  6. cabal upload dist/pkg-x.y.x.tar.gz
  7. tag repo with this version
  8. Upload haddock changes

Tagging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment