blob: 6e61aa98517f7c73fc68b427cd9835c3dbb5033b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
name: gravatar
version: 0.5.2
description: Look up gravatar image urls by email address
synopsis: Look up gravatar image urls by email address
homepage: http://github.com/pbrisbin/gravatar
license: BSD3
license-file: LICENSE
author: Patrick Brisbin
maintainer: me@pbrisbin.com
category: Web, Yesod
build-type: Simple
cabal-version: >=1.6
library
exposed-modules: Network.Gravatar
build-depends: base >= 4 && < 5
, text >= 0.11 && < 0.12
, bytestring >= 0.9.1 && < 0.11
, pureMD5 < 3
, HTTP
, data-default
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/pbrisbin/gravatar.git
|