packages feed

accentuateus-0.9.3: accentuateus.cabal

Name:                accentuateus
Version:             0.9.3
Homepage:            http://accentuate.us/
Synopsis:            A Haskell implementation of the Accentuate.us API.
Description:         Accentuate.us (<http://accentuate.us/>) is a free
                     and open-source web service that makes computer
                     input really easy for over 115 languages. Using
                     statistics, it will automatically add diacritics
                     (\"special characters\") to otherwise plain text.
                     In support of being an open web service, an API is
                     provided and documented at
                     <http://accentuate.us/api>, which is implemented
                     by this package.
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:          Custom
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
  Hs-Source-Dirs:   src
  Build-depends:      base          >= 3 && < 5
                    , bytestring    == 0.9.1.*
                    , HTTP          == 4000.1.*
                    , json          == 0.4.*
                    , network       == 2.3.*
                    , text          >= 0.10 && < 0.12