-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Use Libravatar, the decentralized avatar delivery service -- @package libravatar @version 0.1.0.0 module Network.Libravatar -- | Return a URL to the avatar image. avatarUrl :: Either String String -> Bool -> Maybe String -> Maybe Int -> IO (Maybe String)