packages feed

libravatar-0.3.0.1: libravatar.cabal

name: libravatar
version: 0.3.0.1
cabal-version: >=1.10
build-type: Simple
license: PublicDomain
license-file: COPYING
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
maintainer: fr33domlover@riseup.net
homepage: http://rel4tion.org/projects/libravatar/
bug-reports: http://rel4tion.org/projects/libravatar/tickets/
synopsis: Use Libravatar, the decentralized avatar delivery service
description:
    This package is a Haskell library for
    <http://libravatar.org Libravatar>.
category: Network, Web
author: fr33domlover
extra-source-files:
    AUTHORS
    ChangeLog
    COPYING
    INSTALL.md
    NEWS.md
    README.md

source-repository head
    type: darcs
    location: http://hub.darcs.net/fr33domlover/libravatar

library
    exposed-modules:
        Network.Libravatar
    build-depends:
        base >=4.7 && <5,
        bytestring >=0.10.6.0,
        cryptonite >=0.10,
        data-default-class >=0.0.1,
        dns >=2.0.2,
        network-uri >=2.6.1.0,
        random >=1.1,
        url >=2.1.3,
        utf8-string >=1.0.1.1
    default-language: Haskell2010
    hs-source-dirs: src
    ghc-options: -Wall