Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Packages
Cabal
Commits
a5589129
Commit
a5589129
authored
14 years ago
by
ttuegel
Browse files
Options
Downloads
Patches
Plain Diff
Document the '--{en,dis}able-tests' options in the User Guide
parent
ff17b910
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Cabal.markdown
+14
-0
14 additions, 0 deletions
doc/Cabal.markdown
with
14 additions
and
0 deletions
doc/Cabal.markdown
+
14
−
0
View file @
a5589129
...
...
@@ -28,6 +28,7 @@ well as providing a library implementing these interfaces.
+
[
Programs used for building
](
#programs-used-for-building
)
+
[
Installation paths
](
#installation-paths
)
+
[
Controlling Flag Assignments
](
#controlling-flag-assignments
)
+
[
Building Test Suites
](
#building-test-suites
)
+
[
Miscellaneous options
](
#miscellaneous-options
)
-
[
setup build
](
#setup-build
)
-
[
setup haddock
](
#setup-haddock
)
...
...
@@ -1877,6 +1878,19 @@ followingcommand line options.
flag to
`false`
). For example,
`--flags="debug -feature1 feature2"`
is
equivalent to
`-fdebug -f-feature1 -ffeature2`
.
### Building Test Suites ###
`--enable-tests`
: Build the test suites defined in the package description file during the
`build`
stage. Check for dependencies required by the test suites. If the
package is configured with this option, it will be possible to run the test
suites with the
`test`
command after the package is built.
`--disable-tests`
: (default) Do not build any test suites during the
`build`
stage.
Do not check for dependencies required only by the test suites. It will not
be possible to invoke the
`test`
command without reconfiguring the package.
### Miscellaneous options ##
`--user`
...
...
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