mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
568 B
568 B
Instructions for uploading to Hackage
You will need a Hackage account for steps 4 & 5.
- Bump the version number in
pgf2.cabal - Add details in
CHANGELOG.md - Run
stack sdist(orcabal sdist) - Visit
https://hackage.haskell.org/uploadand upload the file./.stack-work/dist/x86_64-osx/Cabal-2.2.0.1/pgf2-x.y.z.tar.gz(or Cabal equivalent) - If successful, upload documentation with
./stack-haddock-upload.sh pgf2 x.y.z(compilation on Hackage's servers will fail because of missing C libraries) - Commit and push to this repository (
gf-core)