name: hackage-sparks
version: 0.5.1
homepage: http://code.haskell.org/~dons/code/hackage-sparks
license: BSD3
license-file: LICENSE
author: Don Stewart
copyright: Don Stewart (c) 2008-2011
maintainer: dons00@gmail.com
category: Distribution
synopsis: Generate sparkline graphs of hackage statistics
description: Generate sparkline graphs of hackage statistics
cabal-version: >= 1.2
build-type: Simple
flag small_base
description: Choose the new smaller, split-up base package.
executable hackagesparks
main-is: Main.hs
if flag(small_base)
build-depends: base >= 3 && < 5, old-locale, old-time, directory
else
build-depends: base < 3
build-depends: hsparklines, tagsoup, parsedate, filepath, download, bytestring