Skip to content
Snippets Groups Projects
Commit 3bb23bf0 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Release scripts

parent d32fdd5c
No related branches found
No related tags found
1 merge request!590.6.0.0 release
Pipeline #92862 passed
cabal sdist ghc-debug-convention
cabal sdist ghc-debug-brick
cabal sdist ghc-debug-stub
cabal sdist ghc-debug-common
cabal sdist ghc-debug-client
cabal upload dist-newstyle/sdist/*.tar.gz
#!/bin/sh
set -e
dir=dist-docs
mkdir -p $dir
# assumes cabal 2.4 or later
cabal v2-haddock $@ --builddir="$dir" --haddock-for-hackage ghc-debug-client
cabal v2-haddock $@ --builddir="$dir" --haddock-for-hackage ghc-debug-stub
cabal v2-haddock $@ --builddir="$dir" --haddock-for-hackage ghc-debug-convention
cabal v2-haddock $@ --builddir="$dir" --haddock-for-hackage ghc-debug-common
cabal upload -d --publish $dir/ghc-debug-client-*-docs.tar.gz
cabal upload -d --publish $dir/ghc-debug-stub-*-docs.tar.gz
cabal upload -d --publish $dir/ghc-debug-convention-*-docs.tar.gz
cabal upload -d --publish $dir/ghc-debug-common-*-docs.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment