Fix typo
This commit is contained in:
parent
71d951c09b
commit
c221aa3aaa
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user