diff options
author | PatrickBrisbin <> | 2014-02-21 15:59:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2014-02-21 15:59:00 (GMT) |
commit | 69eaaac650c559ba2fd636dde266c22786b1503e (patch) | |
tree | d2227e96222d863f78a40726466f397bb23c8aba | |
parent | 96835b1652642bd3240808cb7be226448992a7eb (diff) |
version 0.5.40.5.4
-rw-r--r-- | gravatar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gravatar.cabal b/gravatar.cabal index 2223768..34b5362 100644 --- a/gravatar.cabal +++ b/gravatar.cabal @@ -1,5 +1,5 @@ name: gravatar -version: 0.5.3 +version: 0.5.4 description: Look up gravatar image urls by email address synopsis: Look up gravatar image urls by email address homepage: http://github.com/pbrisbin/gravatar @@ -15,7 +15,7 @@ library exposed-modules: Network.Gravatar build-depends: base >= 4 && < 5 - , text >= 0.11 && < 1.1 + , text >= 0.11 && < 2.0 , bytestring >= 0.9.1 && < 0.11 , pureMD5 < 3 , HTTP |