Name: accentuateus Version: 0.9.1 Homepage: http://accentuate.us/ Description: A Haskell implementation of the Accentuate.us API. Synopsis: A Haskell implementation of the Accentuate.us API. License: BSD3 License-file: LICENSE Author: Spearhead Development, L.L.C. Maintainer: Michael Schade Copyright: (c) 2011 Spearhead Development, L.L.C. Category: Web Build-type: Simple Extra-source-files: README.mkd Cabal-version: >=1.6 source-repository head type: git location: git://github.com/spearhead/hs-accentuateus.git Library Exposed-modules: Text.AccentuateUs ghc-options: -Wall -fwarn-tabs Build-depends: base >= 3 && < 5, HTTP, json, network Hs-Source-Dirs: src