name: libravatar version: 0.4 synopsis: Use Libravatar, the decentralized avatar delivery service description: This package is a Haskell library for . homepage: http://rel4tion.org/projects/libravatar/ bug-reports: http://rel4tion.org/projects/libravatar/tickets/ license: PublicDomain license-file: COPYING author: fr33domlover maintainer: fr33domlover@riseup.net copyright: ♡ Copying is an act of love. Please copy, reuse and share. category: Network, Web build-type: Simple extra-source-files: AUTHORS ChangeLog COPYING INSTALL.md NEWS.md README.md cabal-version: >=1.10 source-repository head type: darcs location: http://hub.darcs.net/fr33domlover/libravatar library exposed-modules: Network.Libravatar -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , bytestring , cryptonite , data-default-class , dns , memory , random , text , uri-bytestring , url hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall