packages feed

rakuten-0.1.1.2: rakuten.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7b16ada2700c7bf12480486d74442a8e5f044b80e268540524d07cc87b672644

name:           rakuten
version:        0.1.1.2
synopsis:       The Rakuten API in Haskell
description:    See README at <https://github.com/matsubara0507/rakuten#readme>
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.4
    , 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.7.2 && <0.4.9
    , http-api-data >=0.3.5 && <0.3.9
    , 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.2.0
    , text >=1.2.2.1 && <1.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.4
    , 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.7.2 && <0.4.9
    , hspec >=2.4.1 && <2.6
    , http-api-data >=0.3.5 && <0.3.9
    , 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.2.0
    , servant-server >=0.9.1.1 && <0.14
    , text >=1.2.2.1 && <1.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