packages feed

google-dictionary-0.1.0.0: google-dictionary.cabal

name:                google-dictionary
version:             0.1.0.0
synopsis:            Simple interface to the google.com/dictionary API
homepage:            https://github.com/mitchellwrosen/google-dictionary-api
license:             BSD3
license-file:        LICENSE
author:              Mitchell Rosen
maintainer:          mitchellwrosen@gmail.com
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Network.API.GoogleDictionary, Network.API.GoogleDictionary.Types
  other-modules:       Network.API.GoogleDictionary.Internal
  other-extensions:    TemplateHaskell, OverloadedStrings
  build-depends:       base ==4.*,
                       aeson,
                       HTTP,
                       bytestring
  default-language:    Haskell2010