libravatar-0.4.0.1: libravatar.cabal
name: libravatar
version: 0.4.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: https://rel4.seek-together.space/projects/libravatar/
bug-reports: fr33domlover@riseup.net
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.8.1,
cryptonite >=0.21,
data-default-class >=0.1.2.0,
dns >=2.0.10,
memory >=0.14.6,
random >=1.1,
text >=1.2.2.1,
uri-bytestring >=0.2.3.3,
url >=2.1.3
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall