packages feed

rakuten-0.1.0.2: rakuten.cabal

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

name:                rakuten
version:             0.1.0.2
synopsis:            The Rakuten API in Haskell
description:         See README at <https://github.com/matsubara0507/rakuten#readme>
homepage:            https://github.com/matsubara0507/rakuten#readme
bug-reports:         https://github.com/matsubara0507/rakuten/issues
license:             MIT
license-file:        LICENSE
author:              MATSUBARA Nobutada
maintainer:          MATSUBARA Nobutada
copyright:           2017 MATSUBARA Nobutada
category:            Web
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
  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
  build-depends:
      base >=4.7 && <5
    , aeson >=1.0.2.1 && <1.3
    , bytestring >=0.10.8.1 && <0.11
    , connection >=0.2.7 && <0.3
    , constraints >=0.9.1 && <0.10
    , data-default-class >=0.1.2.0 && <0.2
    , extensible >=0.4.1 && <0.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.11
    , lens >=4.15.3 && <5.0
    , req >=0.3.0 && <0.5
    , text >=1.2.2.1 && <1.3
    , unordered-containers >=0.2.8 && <0.3
  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:
      base >=4.7 && <5
    , aeson >=1.0.2.1 && <1.3
    , bytestring >=0.10.8.1 && <0.11
    , connection >=0.2.7 && <0.3
    , constraints >=0.9.1 && <0.10
    , data-default-class >=0.1.2.0 && <0.2
    , extensible >=0.4.1 && <0.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.11
    , lens >=4.15.3 && <5.0
    , req >=0.3.0 && <0.5
    , text >=1.2.2.1 && <1.3
    , unordered-containers >=0.2.8 && <0.3
    , servant-server >=0.9.1.1 && <0.13
    , warp >=3.2.11 && <3.3
    , hspec >=2.4.1 && <2.5
  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
  default-language: Haskell2010