From 767c5a40ce3cd46cf527060e5cbd17afa05e8fab Mon Sep 17 00:00:00 2001 From: Nicolas Dudebout Date: Thu, 17 Jan 2013 10:22:23 -0500 Subject: [PATCH] Update README.md This favors the version of hsenv on hackage as opposed to the one not maintained. This new version is the only one working with ghc 7.6 or newer. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9674180b..0d220005 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,15 @@ If you aren't building from an application, remove the `./` and create a new dir -## virthualenv +## hsenv -We recommend using [virthualenv](http://hackage.haskell.org/package/virthualenv)/[hsenv](https://github.com/Paczesiowa/hsenv) when hacking on Yesod from Linux. This is optional, but prevents your custom build of Yesod from interfering with your currently installed cabal packages. +We recommend using [hsenv](http://hackage.haskell.org/package/hsenv) when hacking on Yesod from Linux. This is optional, but prevents your custom build of Yesod from interfering with your currently installed cabal packages. -virthualenv will not work on Windows and maybe not Mac. Use cabal-dev instead +hsenv will not work on Windows and maybe not Mac. Use cabal-dev instead -* virthualenv creates an isolated environment like cabal-dev -* virthualenv works at the shell level, so every shell must activate the virthualenv -* cabal-dev by default isolates a single cabal package, but virthualenv isolates multiple packages together. +* hsenv creates an isolated environment like cabal-dev +* hsenv works at the shell level, so every shell must activate the hsenv +* cabal-dev by default isolates a single cabal package, but hsenv isolates multiple packages together. * cabal-dev can isolate multiple packages together by using the -s sandbox argument