You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
697 B
30 lines
697 B
13 years ago
|
Haskell
|
||
|
=======
|
||
|
|
||
|
Enables local Haskell package installation.
|
||
|
|
||
|
Per-user Package Installation
|
||
|
-----------------------------
|
||
|
|
||
|
[Cabal][1], the Haskell package manager, can install packages into per user
|
||
|
directories.
|
||
|
|
||
|
This module prepends per user directories to the relevant path variables to
|
||
|
enable the execution of user installed executables and the reading of
|
||
|
documentation.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
Install packages into per user directories with `cabal install --user`.
|
||
|
|
||
|
Authors
|
||
|
-------
|
||
|
|
||
13 years ago
|
*The authors of this module should be contacted via the [issue tracker][2].*
|
||
13 years ago
|
|
||
13 years ago
|
- [Sebastian Wiesner](https://github.com/lunaryorn)
|
||
13 years ago
|
|
||
|
[1]: http://www.haskell.org/cabal/
|
||
12 years ago
|
[2]: https://github.com/sorin-ionescu/prezto/issues
|
||
13 years ago
|
|