-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 4c66e879fbf9d4b953c523b0a460bbd3f5515f159b02f3c6e08848c33a205fad name: rakuten version: 0.1.0.6 synopsis: The Rakuten API in Haskell description: See README at category: Web homepage: https://github.com/matsubara0507/rakuten#readme bug-reports: https://github.com/matsubara0507/rakuten/issues author: MATSUBARA Nobutada maintainer: MATSUBARA Nobutada copyright: 2017-2018 MATSUBARA Nobutada license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/matsubara0507/rakuten library hs-source-dirs: src ghc-options: -Wall build-depends: aeson >=1.0.2.1 && <1.3 , base >=4.7 && <5 , bytestring >=0.10.8.1 && <0.11 , connection >=0.2.7 && <0.3 , constraints >=0.9.1 && <0.11 , data-default-class >=0.1.2.0 && <0.2 , extensible >=0.4.1 && <0.4.7.2 , http-api-data >=0.3.5 && <0.3.8 , http-client >=0.5.5.0 && <0.6 , http-client-tls >=0.3.3.1 && <0.4 , http-types >=0.9.1 && <0.13 , lens >=4.15.3 && <5.0 , req >=0.3.0 && <1.1.0 , text >=1.2.2.1 && <1.3 , unordered-containers >=0.2.8 && <0.3 exposed-modules: Rakuten Rakuten.Client Rakuten.Endpoints Rakuten.Endpoints.Ichiba Rakuten.Types Rakuten.Types.Base Rakuten.Types.Class Rakuten.Types.Error Rakuten.Types.Ichiba other-modules: Paths_rakuten default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test src ghc-options: -Wall build-depends: aeson >=1.0.2.1 && <1.3 , base >=4.7 && <5 , bytestring >=0.10.8.1 && <0.11 , connection >=0.2.7 && <0.3 , constraints >=0.9.1 && <0.11 , data-default-class >=0.1.2.0 && <0.2 , extensible >=0.4.1 && <0.4.7.2 , hspec >=2.4.1 && <2.5 , http-api-data >=0.3.5 && <0.3.8 , http-client >=0.5.5.0 && <0.6 , http-client-tls >=0.3.3.1 && <0.4 , http-types >=0.9.1 && <0.13 , lens >=4.15.3 && <5.0 , req >=0.3.0 && <1.1.0 , servant-server >=0.9.1.1 && <0.14 , text >=1.2.2.1 && <1.3 , unordered-containers >=0.2.8 && <0.3 , warp >=3.2.11 && <3.3 other-modules: Rakuten.Endpoints.IchibaSpec Rakuten.Test.Class Rakuten.Test.Client Rakuten.Test.MockServer Rakuten Rakuten.Client Rakuten.Endpoints Rakuten.Endpoints.Ichiba Rakuten.Types Rakuten.Types.Base Rakuten.Types.Class Rakuten.Types.Error Rakuten.Types.Ichiba Paths_rakuten default-language: Haskell2010