Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Merge requests
!11006
hadrian: Allow haddock options to be passed via key-value settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
hadrian: Allow haddock options to be passed via key-value settings
wip/hadrian-haddock-opts
into
master
Overview
7
Commits
1
Pipelines
4
Changes
2
Closed
Ben Gamari
requested to merge
wip/hadrian-haddock-opts
into
master
1 year ago
Overview
7
Commits
1
Pipelines
4
Changes
2
Expand
This can be useful for debugging.
0
0
Merge request reports
Compare
master
version 3
7f656004
6 months ago
version 2
6a9ef839
1 year ago
version 1
6b06288b
1 year ago
master (base)
and
latest version
latest version
9ada3ab7
1 commit,
6 months ago
version 3
7f656004
1 commit,
6 months ago
version 2
6a9ef839
1 commit,
1 year ago
version 1
6b06288b
1 commit,
1 year ago
2 files
+
6
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
hadrian/doc/user-settings.md
+
3
−
0
Options
@@ -138,6 +138,9 @@ the right names for them:
@@ -138,6 +138,9 @@ the right names for them:
*
`runtest.opts`
defines extra arguments passed to
`runtest.py`
when
*
`runtest.opts`
defines extra arguments passed to
`runtest.py`
when
invoked via the
`hadrian test`
target.
invoked via the
`hadrian test`
target.
*
`haddock.build-package.opts`
defines arguments to be passed to Haddock
when building documentation.
-
using a wildcard (
`*`
) ranges over all possible values for a given "slot";
-
using a wildcard (
`*`
) ranges over all possible values for a given "slot";
-
`=`
entirely overrides the arguments for a given builder in a given context,
-
`=`
entirely overrides the arguments for a given builder in a given context,
with the value specified on the right hand side of
`=`
, while
`+=`
merely
with the value specified on the right hand side of
`=`
, while
`+=`
merely
Loading