From ad13b5969bd3947bcdd6f7002beb86a77dd8f799 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 31 Jul 2012 16:08:12 -0700 Subject: [PATCH] link to cabal-meta --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb292bac..ee615efc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ In your application folder, create a `sources.txt` file with the following conte `./` means build your app. The yesod repos will be cloned and placed in a `vendor` repo. Now run: `cabal-meta install`. If you use `cabal-dev`, run `cabal-meta --dev install` -You should be good now! +This should work almost all of the time. You can read more on [cabal-meta](https://github.com/yesodweb/cabal-meta) +If you aren't building from an application, remove the `./` and create a new directory for your sources.txt first. + Install conflicts are unfortunately common in Haskell development. If you are not using any sandbox tools, you may discover that some of the other haskell installs on your system are broken. You can prevent this by using sandbox tools. `cabal-dev` was already mentioned.