From c221aa3aaa8f45c44cd7bd0e291a023c2fb93571 Mon Sep 17 00:00:00 2001 From: Henri Jones Date: Mon, 9 Jul 2018 22:47:48 +0100 Subject: [PATCH] Fix typo --- yesod-bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/README.md b/yesod-bin/README.md index f0f79d1b..cf05eea1 100644 --- a/yesod-bin/README.md +++ b/yesod-bin/README.md @@ -103,7 +103,7 @@ to jump through the hoops implied above. One important note: I highly recommend putting _all_ of the logic in your library, and then providing a `develMain :: IO ()` function which -yoru `app/devel.hs` script reexports as `main`. I've found this to +your `app/devel.hs` script reexports as `main`. I've found this to greatly simplify things overall, since you can ensure all of your dependencies are specified correctly in your `.cabal` file. Also, I recommend using `PackageImports` in that file, as the example app