gravatar-0.8.1: gravatar.cabal
cabal-version: 1.12
name: gravatar
version: 0.8.1
license: MIT
license-file: LICENSE
maintainer: Pat Brisbin <pbrisbin@gmail.com>
author: Pat Brisbin <pbrisbin@gmail.com>
homepage: https://github.com/pbrisbin/gravatar#readme
bug-reports: https://github.com/pbrisbin/gravatar/issues
synopsis: Generate Gravatar image URLs
description: Generate Gravatar image URLs
build-type: Simple
source-repository head
type: git
location: https://github.com/pbrisbin/gravatar
library
exposed-modules: Network.Gravatar
hs-source-dirs: src
other-modules: Paths_gravatar
default-language: Haskell2010
ghc-options: -Wall
build-depends:
HTTP >=4000.3.12,
base >4.8.0 && <5,
bytestring >=0.10.8.2,
data-default >=0.7.1.1,
pureMD5 >=2.1.3,
text >=1.2.3.1
test-suite doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
hs-source-dirs: ./
other-modules: Paths_gravatar
default-language: Haskell2010
ghc-options: -Wall
build-depends:
Glob >=0.9.3,
base >4.8.0 && <5,
doctest >=0.16.0.1
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
other-modules: Paths_gravatar
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >4.8.0 && <5,
hspec >=2.5.5