packages feed

gravatar-0.6: gravatar.cabal

name:                gravatar
version:             0.6
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  && < 2.0
               , 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