- Add support for running examples easily with `stack`.
- Fix calls made to `threadDelay` that were using milliseconds intead of
nanoseconds.
- amqp-0.9 added a Bool parameter to the `qos` that was causing worker.hs
to not compile.
- Removed almost all use of String in favor of Lazy ByteString.