diff options
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 |