mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-07 06:19:24 +00:00
Add haskell module
This module provides support for per user haskell packages by prepending the per user directories to PATH/MANPATH.
This commit is contained in:
committed by
Sorin Ionescu
parent
84a6c19c2b
commit
235cef787e
28
modules/haskell/README.md
Normal file
28
modules/haskell/README.md
Normal file
@ -0,0 +1,28 @@
|
||||
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
|
||||
-------
|
||||
|
||||
*The authors of this module should be contacted via the GitHub issue tracker.*
|
||||
|
||||
- [Sebastian Wiesner](/lunaryorn)
|
||||
|
||||
[1]: http://www.haskell.org/cabal/
|
||||
|
Reference in New Issue
Block a user