packages feed

GoogleTranslate-0.0.5: GoogleTranslate.cabal

name:			GoogleTranslate
version:		0.0.5
Cabal-Version:	>= 1.6
license:		GPL-3
license-file:	LICENSE
copyright:		(c) 2010 Andy Stewart
synopsis:		Interface to Google Translate API
description:    Interface to Google Translate API
author:			Andy Stewart
maintainer:		lazycat.manatee@gmail.com
stability:		provisional
category:		Language

tested-with:	GHC==6.12.3
build-type:		Simple

Library
  Exposed-Modules:
     Language.Translate.Google
  Build-depends: base >= 4 && < 5, AttoJson >= 0.5.3, download-curl >= 0.1.2, 
                 bytestring, dataenc
  ghc-options: -Wall