packages feed

google-search-0.1.0.0: google-search.cabal

name:           google-search
version:        0.1.0.0
synopsis:       EDSL for Google and GMail search expressions
description:
  Construct well-typed search expressions for use in various Google services.
homepage:       https://github.com/liyang/google-search
license:        BSD3
license-file:   LICENSE
author:         Liyang HU
maintainer:     google-search@liyang.hu
copyright:      © 2013 Liyang HU
category:       Language, Text, Web
build-type:     Simple
cabal-version:  >= 1.8
stability:      experimental

source-repository head
  type:     git
  location: http://github.com/liyang/google-search

library
  hs-source-dirs: src
  exposed-modules:
    Language.Google.Search.Simple
    Language.Google.Search.Mail
  build-depends:
    base >= 4.5 && <= 9000,
    free >= 2.1,
    nats >= 0.1,
    old-locale >= 1.0,
    text >= 0.11,
    time >= 1.4
  ghc-options: -Wall