Skip to content
Snippets Groups Projects
Commit e22be924 authored by Ian D. Bollinger's avatar Ian D. Bollinger
Browse files

README: Additional changes regarding links

parent 4f858f58
No related branches found
No related tags found
No related merge requests found
......@@ -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
=========================
......
......@@ -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.
......
# Cabal
[![Build Status](https://secure.travis-ci.org/haskell/cabal.png?branch=master)](http://travis-ci.org/haskell/cabal)
# Cabal [![Build Status](https://secure.travis-ci.org/haskell/cabal.png?branch=master)](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.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment