Package: wnpp
Severity: wishlist
Owner: Dmitry Bogatov <[email protected]>

* Package name    : hsenv
  Version         : 0.5
  Upstream Author : Bartosz Ćwikłowski
                    Taylor Hedberg <[email protected]>
* URL             : https://github.com/tmhedberg/hsenv
* License         : BSD
  Programming Lang: Haskell
  Description     : Haskell virtual environment tool

hsenv is a tool (inspired by Python's virtualenv) to create isolated Haskell 
environments.

It creates a sandboxed environment in a .hsenv/ sub-directory
of your project, which, when activated, allows you to use regular Haskell tools
(ghc, ghci, ghc-pkg, cabal) to manage your Haskell code and environment.
It's possible to create an environment, that uses different GHC version
than your currently installed. Very simple emacs integration mode is included.

It is only tool of this kind (haskell virtualenv is deprecated and
recommends this one).  It allows me to safely install ghc-7.8 without
breaking system.  This tool allowed me to build `yi` text editor from
git and do not get mad. It gets ~1 release a year. I plan to handle
maintership of this package.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to