Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghc-debug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
ghc-debug
Commits
3bb23bf0
Commit
3bb23bf0
authored
1 year ago
by
Matthew Pickering
Browse files
Options
Downloads
Patches
Plain Diff
Release scripts
parent
d32fdd5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!59
0.6.0.0 release
Pipeline
#92862
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mk-sdist
+7
-0
7 additions, 0 deletions
mk-sdist
upload-docs
+16
-0
16 additions, 0 deletions
upload-docs
with
23 additions
and
0 deletions
mk-sdist
0 → 100755
+
7
−
0
View file @
3bb23bf0
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
This diff is collapsed.
Click to expand it.
upload-docs
0 → 100755
+
16
−
0
View file @
3bb23bf0
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment