BSD-3-Clause licensed by Felipe Lessa, Sibi Prabakaran
This version can be pinned in stack with:yesod-fb-0.6.1@sha256:e9aa2b9472d5f004a84080e288ab26d05b1ebdb7e6f63bbd439fcd2e1f944f54,1302
Module documentation for 0.6.1
Depends on 11 packages
(full list with versions):
aeson,
base,
bytestring,
conduit,
fb,
http-client-tls,
http-conduit,
memory,
text,
wai,
yesod-core yesod-fb
Glue functions between yesod and the fb
package.
Version 0.6.1
- Relex constraints to use new version of fb
Version 0.6.0
- Restrict base version for last three ghc version.
- Update upper bounds for unliftio changes
Version 0.5.2
Version 0.5.1
- Remove crypto-api dependency and move over to memory package
- Have MonadFail constraint
Version 0.5.0
- Change type signature of
fbHttpManager
from site -> Manager
to (Y.MonadHandler m, Y.HandlerSite m ~ site) => m HTTP.Manager
.
- Default method definition for
fbHttpManager
added.
- Lower bounds added for conduit, http-conduit etc.