name: mollie-api-haskell version: 2.0.0.0 synopsis: Mollie API client for Haskell http://www.mollie.com description: Please see README.md homepage: https://github.com/paramander/mollie-api-haskell license: BSD3 license-file: LICENSE author: Paramander maintainer: mats@paramander.com copyright: 2018 Paramander category: Web build-type: Simple -- extra-source-files: data-files: data/cacert.pem cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Mollie.API , Mollie.API.Payments , Mollie.API.Refunds , Mollie.API.Methods , Mollie.API.Customers , Mollie.API.Mandates , Mollie.API.Subscriptions , Mollie.API.Chargebacks other-modules: Mollie.API.Internal , Mollie.API.Helpers , Mollie.API.Types , Paths_mollie_api_haskell build-depends: base >= 4.7 && < 5 , aeson >= 1.0 && < 1.5 , time >= 1.5 && < 2 , text >= 1.2 && < 2 , http-client >= 0.5 && < 0.6 , http-client-tls >= 0.3 && < 0.4 , http-media >= 0.7 && < 0.8 , mtl >= 2.2 && < 3 , http-types >= 0.9 && < 1 , bytestring >= 0.10 && < 1 , currency-codes >= 3.0 && < 4 , unordered-containers >= 0.2.9.0 && < 0.3 , lens >= 4.16 && < 5 , servant >= 0.14 && < 0.15 , servant-client >= 0.14 && < 0.15 , servant-client-core >= 0.14 && < 0.15 , data-default >= 0.7 && < 0.8 default-language: Haskell2010 test-suite mollie-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs default-extensions: OverloadedStrings other-modules: Fixtures build-depends: base , mollie-api-haskell , tasty , tasty-hunit , aeson >= 1.0 && < 1.4 , bytestring >= 0.10 && < 1 , currency-codes >= 3.0 && < 4 , lens >= 4.16 && < 5 , data-default >= 0.7 && < 0.8 , time >= 1.5 && < 2 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/paramander/mollie-api-haskell