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
e22be924
Commit
e22be924
authored
10 years ago
by
Ian D. Bollinger
Browse files
Options
Downloads
Patches
Plain Diff
README: Additional changes regarding links
parent
4f858f58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Cabal/README.md
+4
-3
4 additions, 3 deletions
Cabal/README.md
HACKING.md
+8
-10
8 additions, 10 deletions
HACKING.md
README.md
+6
-7
6 additions, 7 deletions
README.md
cabal-install/README.md
+4
-2
4 additions, 2 deletions
cabal-install/README.md
with
22 additions
and
22 deletions
Cabal/README.md
+
4
−
3
View file @
e22be924
...
...
@@ -11,7 +11,7 @@ If you also want the `cabal` command-line program, you need the
Installing the Cabal library
============================
If you have the `cabal` program
already
If you
already
have the `cabal` program
---------------------------------------
In this case it is simple, just run
...
...
@@ -77,8 +77,9 @@ installed, you should probably remove it by running:
or, if you had Cabal installed only for your user account, run:
$ ghc-pkg unregister Cabal --user
````````````````````````````shell
$ ghc-pkg unregister Cabal --user
`````````````````````````````````
The `filepath` dependency
=========================
...
...
This diff is collapsed.
Click to expand it.
HACKING.md
+
8
−
10
View file @
e22be924
...
...
@@ -3,19 +3,17 @@ Contributing to Cabal
If you want to hack on Cabal, don't be intimidated!
Read the guide to the source
code at:
https://github.com/haskell/cabal/wiki/Source-Guide
Read the
[
guide to the source
code
](
https://github.com/haskell/cabal/wiki/Source-Guide
)
.
Subscribe to the mailing
list at:
http://www.haskell.org/mailman/listinfo/cabal-devel
Subscribe to the
[
mailing
list
](
http://www.haskell.org/mailman/listinfo/cabal-devel
)
.
Browse the list of open issues at:
https://github.com/haskell/cabal/issues
Browse the
[
list of open issues
](
https://github.com/haskell/cabal/issues
)
.
There are other resources listed on the development wiki at:
https://github.com/haskell/cabal/wiki
and
http://hackage.haskell.org/trac/hackage/ (old wiki)
There are other resources listed on the
[
development
wiki
](
https://github.com/haskell/cabal/wiki
)
and
[
old
wiki
](
http://hackage.haskell.org/trac/hackage/
)
.
Of particular value are the open issues list and the cabal-devel mailing
list, which is a good place to ask questions.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
6
−
7
View file @
e22be924
# Cabal
[

](http://travis-ci.org/haskell/cabal)
# Cabal [](http://travis-ci.org/haskell/cabal)
This Cabal Git repository contains the following packages:
*
(
Cabal
)[./
Cabal/README.md
]
: the Cabal library package
*
(
cabal-install
)[./
cabal-install/README.md
]
: the package containing the
`cabal`
tool
*
[
Cabal
](
Cabal/README.md
)
: the Cabal library package
*
[
cabal-install
](
cabal-install/README.md
)
: the package containing the
`cabal`
tool
See [
./
HACKING.md] for information about contributing.
See
[
HACKING.md
]
(
HACKING.md
)
for information about contributing.
The canonical upstream repository is located at https://github.com/haskell/cabal
The canonical upstream repository is located at
https://github.com/haskell/cabal.
This diff is collapsed.
Click to expand it.
cabal-install/README.md
+
4
−
2
View file @
e22be924
The cabal-install package
=========================
[
Cabal home page
](
http://www.haskell.org/cabal/
)
See the
[
Cabal web site
](
http://www.haskell.org/cabal/
)
for more
information.
The
`cabal-install`
package provides a command line tool named
`cabal`
.
It uses the
`Cabal`
library and provides a convenient user interface to
...
...
@@ -38,6 +39,7 @@ be built in the standard way; to facilitate this, the process is
partially automated. It is described below.
[
.cabal
]:
cabal-install.cabal
[
boostrap.sh
]:
boostrap.sh
[
network
]:
http://hackage.haskell.org/package/network
Quick start on Unix-like systems
...
...
@@ -87,7 +89,7 @@ Next, you can get the latest list of packages by running:
This will also create a default configuration file (if it does not
already exist) at
`C:\Documents and Settings\username\Application Data\cabal\config`
`C:\Documents and Settings\username\Application Data\cabal\config`
.
[
cabal.exe
]:
http://haskell.org/cabal/release/cabal-install-latest/cabal.exe
...
...
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