cielo-0.1.2.0: cielo.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: cielo
version: 0.1.2.0
synopsis: Cielo API v3 Bindings for Haskell
description: Cielo API v3 Bindings
category: Web
homepage: https://github.com/beijaflor-io/haskell-cielo
author: Pedro Tacla Yamada
maintainer: tacla.yamada@gmail.com
license: AGPL-3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
library
hs-source-dirs:
src
default-extensions: OverloadedStrings TemplateHaskell ConstraintKinds FlexibleContexts RecordWildCards ScopedTypeVariables
build-depends:
base >=4.8 && <5
, text >=1.2 && <1.3
, template-haskell >=2.11 && <2.12
, aeson
, mtl
, uuid >=1.3 && <1.4
, wreq
, lens
, convertible
, bytestring
, http-types
, http-client >=0.4.31.1
, data-default
exposed-modules:
Web.Payments.Cielo
Web.Payments.Cielo.Types
Web.Payments.Cielo.Types.DeriveJSON
other-modules:
Web.Payments.Cielo.Util
Paths_cielo
default-language: Haskell2010
test-suite hspec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: OverloadedStrings TemplateHaskell ConstraintKinds FlexibleContexts RecordWildCards ScopedTypeVariables
build-depends:
base >=4.8 && <5
, text >=1.2 && <1.3
, template-haskell >=2.11 && <2.12
, aeson
, mtl
, uuid >=1.3 && <1.4
, wreq
, lens
, convertible
, bytestring
, http-types
, http-client >=0.4.31.1
, data-default
, base
, hspec
, QuickCheck
, cielo
, pretty-show
other-modules:
SanitySpec
Web.Payments.CieloSpec
default-language: Haskell2010