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
Haskell
Cabal
Commits
35d04570
Unverified
Commit
35d04570
authored
1 year ago
by
Phil de Joux
Browse files
Options
Downloads
Patches
Plain Diff
Use colon before code-snippets
parent
1c2ff8dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/cabal-commands.rst
+2
-2
2 additions, 2 deletions
doc/cabal-commands.rst
with
2 additions
and
2 deletions
doc/cabal-commands.rst
+
2
−
2
View file @
35d04570
...
@@ -1193,7 +1193,7 @@ after ensuring they are up to date and building them, if necessary.
...
@@ -1193,7 +1193,7 @@ after ensuring they are up to date and building them, if necessary.
Taking the cabal project as an example that has a ``Cabal-tests`` package
Taking the cabal project as an example that has a ``Cabal-tests`` package
with multiples test suites, the following two commands are effectively the
with multiples test suites, the following two commands are effectively the
same and will test the test suites of the ``Cabal-tests`` package
;
same and will test the test suites of the ``Cabal-tests`` package
:
::
::
...
@@ -1201,7 +1201,7 @@ after ensuring they are up to date and building them, if necessary.
...
@@ -1201,7 +1201,7 @@ after ensuring they are up to date and building them, if necessary.
$ cd Cabal-tests && cabal test && cd ..
$ cd Cabal-tests && cabal test && cd ..
If you want to test all of the test suites in a project then from the
If you want to test all of the test suites in a project then from the
project directory ``cabal build`` with no target will fail
;
project directory ``cabal build`` with no target will fail
:
.. code-block:: text
.. code-block:: text
...
...
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