| Copyright | Copyright (C) 2020 Daniel Firth |
|---|---|
| Maintainer | Daniel Firth <dan.firth@homotopic.tech |
| Safe Haskell | None |
| Language | Haskell2010 |
Shakebook.Feed
Description
License : MIT Stability : experimental
Utilities from Text.Atom.Feed lifted to MonadAction and FileLike.
Synopsis
- asAtomEntry :: ToJSON a => a -> Entry
- buildFeed :: (MonadAction m, FileLike b a, ToJSON a) => Text -> Text -> [a] -> a -> m ()