Results 7 comments of Paczesiowa

Hey Luke, Don't use virthualenv, please switch to hsenv. as for bootstrapping, I plan to finish this week new feature that will allow using haskell environments on machines that have...

I have updated milestone settings for issues, so you can see how close it is to releasing 0.3. basically, it's one bigger feature (bootstrapping cabal, almost done) and a few...

ok, this one is hard. first of all, after starting screen/tmux from inside virthualenv it does not work correctly (at least on my bash machine) - $PATH is not preserved,...

> it could interfere with custom aliases hmm, only if those aliases are defined earlier using something like `which screen` > wouldn't work if screen/tmux as called by absolute path...

now it's possible to start using haskell without any haskell tools installed on a machine, you could download ghc using hsenv for some time now hsenv can also set up...

I can confirm, that having Cabal (and probably any other base package) installed globally and in user db will break hsenv. fixing parsePkgInfo (actually getDeps from PackageManagement) seems easy, but...

techically, there's no error. '~' is not a valid path - it often works, because your shell (bash at least) expands it to your home directory path, before passing it...