From 33614b8ae365c7b2fecfb3f586ed48a0f345ffb3 Mon Sep 17 00:00:00 2001 From: Nicolas Dudebout Date: Mon, 21 Jan 2013 12:41:24 -0500 Subject: [PATCH] Puts back the documentation about hsenv in place. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a86017a..37e71c7c 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,9 @@ If you aren't building from an application, remove the `./` and create a new dir -## hsenv +## hsenv (Linux only) -Previously We recommended using [hsenv](http://hackage.haskell.org/package/hsenv) when hacking on Yesod from Linux. -Unfortunately yesod devel's usage of the GHC API does not play nicely with the latest version, so we can only recommend cabal-dev now. - -hsenv will not work on Windows and maybe not Mac. Use cabal-dev instead +[hsenv](http://hackage.haskell.org/package/hsenv) prevents your custom build of Yesod from interfering with your currently installed cabal packages: * hsenv creates an isolated environment like cabal-dev * hsenv works at the shell level, so every shell must activate the hsenv