diff options
author | DonaldStewart <> | 2008-03-04 02:20:35 (GMT) |
---|---|---|
committer | Luite Stegeman <luite@luite.com> | 2008-03-04 02:20:35 (GMT) |
commit | a16a3af579df098a308860b9c00fea4ff1f8cc31 (patch) | |
tree | 35424e37eea5ed2ef8db62621bc7294ec3ee53f2 /gravatar.cabal | |
parent | e3b717112ccdb4a30ea88ae831283f17a3423740 (diff) |
version 0.20.2
Diffstat (limited to 'gravatar.cabal')
-rw-r--r-- | gravatar.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gravatar.cabal b/gravatar.cabal index 2a8dd13..64fc580 100644 --- a/gravatar.cabal +++ b/gravatar.cabal @@ -1,9 +1,9 @@ name: gravatar -version: 0.1 +version: 0.2 homepage: http://code.haskell.org/~dons/code/gravatar synopsis: Find the url of the gravatar associated with an email address. description: - Gravatars <gravatar.com> are globally unique images associated with an email + Gravatars (<http://gravatar.com>) are globally unique images associated with an email address, widely used in social networking sites. This library lets you find the URL of a gravatar .png associated with an email address. @@ -25,4 +25,4 @@ library build-depends: base >= 3, bytestring else build-depends: base < 3 - build-depends: nano-md5 + build-depends: nano-md5, network |