name: aws-sdk-text-converter
version: 0.3
synopsis: The text converter for aws-sdk.
description: The text converter for aws-sdk.
license: BSD3
license-file: LICENSE
homepage: https://github.com/worksap-ate/aws-sdk-text-converter
author: Yusuke Nomura <yunomu@gmail.com>
maintainer: Yusuke Nomura <yunomu@gmail.com>
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Cloud.AWS.Lib.FromText
, Cloud.AWS.Lib.ToText
other-modules: Cloud.AWS.Lib.FromText.Class
, Cloud.AWS.Lib.FromText.TH
, Cloud.AWS.Lib.ToText.Class
, Cloud.AWS.Lib.ToText.TH
ghc-options: -Wall -fno-warn-unused-do-bind
default-extensions: OverloadedStrings
build-depends: base == 4.*
, template-haskell
, bytestring
, text
, time
, old-locale
, strptime
, safe
, iproute
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: ., test
main-is: Spec.hs
ghc-options: -Wall
default-extensions: OverloadedStrings
default-language: Haskell2010
build-depends: base == 4.*
, template-haskell
, bytestring
, text
, time
, old-locale
, strptime
, safe
, iproute
, hspec
, QuickCheck
, HUnit