Paczesiowa / virthualenv

Virtual Haskell Environment builder
BSD 3-Clause "New" or "Revised" License
69 stars 7 forks source link

Update README to reflect renaming of project. #43

Closed jonathanjouty closed 12 years ago

jonathanjouty commented 12 years ago

Helps when people stumble on the GitHub page and get very confused between this and hsenv in that both look identical.

Paczesiowa commented 12 years ago

I'll update readme&usage when hsenv-0.3 is released. currently hsenv is still not tested, while virthualenv works just fine

rlpowell commented 11 years ago

That's not actually true, though; cabal no longer installs under virthualenv, and hsenv seems to have merged a fix for this:

Linking /tmp/Cabal-1.16.0.3-17540/Cabal-1.16.0.3/dist/setup/setup ... Configuring Cabal-1.16.0.3... setup: Use of GHC's environment variable GHC_PACKAGE_PATH is incompatible with Cabal. Use the flag --package-db to specify a package database (it can be used multiple times). cabal: Error: some packages failed to install: Cabal-1.16.0.3 failed during the configure step. The exception was: ExitFailure 1 cabal-install-1.16.0.2 depends on Cabal-1.16.0.3 which failed to install.

So, virthualenv doesn't work well anymore; can we get an hsenv release?

-Robin