packages feed

gogol-consumersurveys-0.4.0: gogol-consumersurveys.cabal

name:                  gogol-consumersurveys
version:               0.4.0
synopsis:              Google Consumer Surveys SDK.
homepage:              https://github.com/brendanhay/gogol
bug-reports:           https://github.com/brendanhay/gogol/issues
license:               OtherLicense
license-file:          LICENSE
author:                Brendan Hay
maintainer:            Brendan Hay <brendan.g.hay@gmail.com>
copyright:             Copyright (c) 2015-2016 Brendan Hay
category:              Network, Google, Cloud
build-type:            Simple
cabal-version:         >= 1.10
extra-source-files:    README.md src/.gitkeep

description:
    Creates and conducts surveys, lists the surveys that an authenticated
    user owns, and retrieves survey results and information about specified
    surveys.
    .
    /Warning:/ This is an experimental prototype/preview release which is still
    under exploratory development and not intended for public use, caveat emptor!
    .
    This library is compatible with version @v2@
    of the API.

source-repository head
    type:     git
    location: git://github.com/brendanhay/gogol.git

library
    default-language:  Haskell2010
    hs-source-dirs:    src gen

    ghc-options:       -Wall

    exposed-modules:
          Network.Google.ConsumerSurveys
        , Network.Google.ConsumerSurveys.Types
        , Network.Google.Resource.ConsumerSurveys.MobileApppanels.Get
        , Network.Google.Resource.ConsumerSurveys.MobileApppanels.List
        , Network.Google.Resource.ConsumerSurveys.MobileApppanels.Update
        , Network.Google.Resource.ConsumerSurveys.Results.Get
        , Network.Google.Resource.ConsumerSurveys.Surveys.Delete
        , Network.Google.Resource.ConsumerSurveys.Surveys.Get
        , Network.Google.Resource.ConsumerSurveys.Surveys.Insert
        , Network.Google.Resource.ConsumerSurveys.Surveys.List
        , Network.Google.Resource.ConsumerSurveys.Surveys.Start
        , Network.Google.Resource.ConsumerSurveys.Surveys.Stop
        , Network.Google.Resource.ConsumerSurveys.Surveys.Update

    other-modules:
          Network.Google.ConsumerSurveys.Types.Product
        , Network.Google.ConsumerSurveys.Types.Sum

    build-depends:
          gogol-core == 0.4.0.*
        , base       >= 4.7 && < 5