Skip to content

Commit

Permalink
7.03 works
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjing committed Jun 13, 2011
1 parent 4614ac8 commit 59f62cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -105,7 +105,6 @@ check: <http://localhost:3000>
* When inspecting the request, use `ask` defined in `ReaderT` monad to get the `Hack2.Environment`, then use helper method defined in `Hack2.Contrib.Request` to query it.
* `Response` is in `StateT`, `html` and `text` are simply helper methods that update the state, i.e. setting the response body, content-type, etc.
* You do need to understand monad transformers to reach the full power of `miku`.
* For mac users, use `GHC 6.12.1` if you have trouble running the server.

## Reference

Expand Down

0 comments on commit 59f62cb

Please sign in to comment.