Name: accentuateus
Version: 0.9
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 <michael@spearheaddev.com>
Copyright: (c) 2011 Spearhead Development, L.L.C.
Category: Web
Build-type: Simple
Extra-source-files: README.mkd
Cabal-version: >=1.2
Library
Exposed-modules: Text.AccentuateUs
ghc-options: -Wall
Build-depends: base >= 3 && < 5, HTTP, json, network