diff options
author | PatrickBrisbin <> | 2013-12-08 01:25:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2013-12-08 01:25:00 (GMT) |
commit | 96835b1652642bd3240808cb7be226448992a7eb (patch) | |
tree | 73d19e23ad720d711bccd35aa0e2542bbe667152 | |
parent | 185d1d22b243c5013ccd2dcfa979ee5123b29fae (diff) |
version 0.5.30.5.3
-rw-r--r-- | gravatar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gravatar.cabal b/gravatar.cabal index 6e61aa9..2223768 100644 --- a/gravatar.cabal +++ b/gravatar.cabal @@ -1,5 +1,5 @@ name: gravatar -version: 0.5.2 +version: 0.5.3 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 && < 0.12 + , text >= 0.11 && < 1.1 , bytestring >= 0.9.1 && < 0.11 , pureMD5 < 3 , HTTP |