Merge pull request #1539 from h-3-0/patch-1

Fix typo
This commit is contained in:
Michael Snoyman 2018-07-10 02:13:38 +03:00 committed by GitHub
commit 074dc11678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ to jump through the hoops implied above.
One important note: I highly recommend putting _all_ of the logic in One important note: I highly recommend putting _all_ of the logic in
your library, and then providing a `develMain :: IO ()` function which 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 greatly simplify things overall, since you can ensure all of your
dependencies are specified correctly in your `.cabal` file. Also, I dependencies are specified correctly in your `.cabal` file. Also, I
recommend using `PackageImports` in that file, as the example app recommend using `PackageImports` in that file, as the example app