hsenv icon indicating copy to clipboard operation
hsenv copied to clipboard

Virtual Haskell Environment builder

Results 19 hsenv issues
Sort by recently updated
recently updated
newest added

added a skeleton that makes the new ghc-mod (4.0) work. Warning: this needs https://github.com/kazu-yamamoto/ghc-mod/pull/215 merged, but it shouldnt break already working stuff

I modified activate script to check for variable $HSENV_DISABLE_PROMPT if it is found then disable adding $HSENV_NAME to $PS1. This behavior is as same as Python's virtualenv.

Use GHC 7.6.1+ new flag "-package-db" to set the ghc/ghci 's package db stack. [GHC Package related flag](http://www.haskell.org/ghc/docs/7.6.1/html/users_guide/flag-reference.html#id544953)

Hello there, I'm a long time hsenv user, and I've always found it to be a life saver against cabal's hell. I'm a little upset to see that apparently despite...

Hi, I don't know if this is a specifc hsenv issue of is related to the way cabal works or is sandboxed. A common problem an hsenv user has is...

e.g. custom, hacked version of ghc

After fixing hsenv with GHC 7.6.1 and cabal-install 1.16 (cc #31) I tried installing something like 'trifecta' and it installed it serially, while my `~/.cabal/config` contains: ``` jobs: 12 ```...

I use a Hackage mirror to avoid outages, but when hackage is down my hsenv commands always break at the end because cabal update fails. It would be nice if...