packages feed

goggles-gcs-0.1.2: goggles-gcs.cabal

name:                goggles-gcs
version:             0.1.2
synopsis:            `goggles` interface to Google Cloud Storage
description:         `goggles` interface to Google Cloud Storage
homepage:            https://github.com/ocramz/goggles-gcs
license:             BSD3
license-file:        LICENSE
author:              Marco Zocca
maintainer:          zocca.marco gmail
copyright:           2018 Marco Zocca
category:            Network
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.2, GHC == 8.2.2

library
  default-language:    Haskell2010
  ghc-options:         -Wall
  hs-source-dirs:      src
  exposed-modules:     Network.Goggles.GCS
  other-modules:       Network.Goggles.Auth.GCP
                       Network.Goggles.Types.GCP
                       Network.Goggles.Auth.GCP.JWT
                       Network.Goggles.Auth.GCP.TokenExchange
  build-depends:       base >= 4.7 && < 5
                     , goggles
                     , aeson
                     , unix-time
                     , mtl
                     , text
                     , bytestring
                     , cryptonite
                     , memory
                     , exceptions
                     , req

-- test-suite spec
--   default-language:    Haskell2010
--   ghc-options:         -Wall
--   type:                exitcode-stdio-1.0
--   hs-source-dirs:      test
--   main-is:             Spec.hs
--   build-depends:       base
--                      , goggles-gcs
--                      , hspec
--                      , QuickCheck

source-repository head
  type:     git
  location: https://github.com/ocramz/goggles