hsenv icon indicating copy to clipboard operation
hsenv copied to clipboard

Virtual Haskell Environment builder

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

It seems others have successfully used GHC 7.10 with hsenv, so I'm not sure what's going on here. Using hsenv-0.5 and the Linux (x86_64) tarball: ``` mgsloan@computer:~/fpco/ghc-7.10-sandbox$ hsenv --ghc=../ghc-7.10.1.tar.xz Creating...

I had trouble installing with the latest mtl.

Solaris11's default grep doesn't have -E option. Also the change is tested on https://github.com/saturday06/hsenv.sh/commit/0b0b0a24802af73d413811c931a1e34a0fab8b82 .

Note this also bumps the hsenv version to 0.5.1

Hello, I don't know if you are the package maintainer or if Paczesiowa is. hsenv successfully installs but fails to launch on OSX 10.10. Here is my `hsenv.log`: ``` Creating...

The following article about virtualenv discusses some of the problems with sourcing a bin/activate file like we do in hsenv. It also discusses a simple solution: https://gist.github.com/datagrok/2199506 Maybe hsenv could...