packages feed

rakuten 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+41/−38 lines, 2 filesdep ~constraintsdep ~http-types

Dependency ranges changed: constraints, http-types

Files

LICENSE view
@@ -1,6 +1,6 @@ MIT License
 
-Copyright (c) 2017 MATSUBARA Nobutada
+Copyright (c) 2017-2018 MATSUBARA Nobutada
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
rakuten.cabal view
@@ -1,21 +1,23 @@--- This file has been generated from package.yaml by hpack version 0.17.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: ec9bf50bef20da14e70977ce1cf85d3bd1fd7520181acba51f8731d0c8ed7c34 -name:                rakuten-version:             0.1.0.4-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+name:           rakuten+version:        0.1.0.5+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@@ -25,34 +27,34 @@   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+      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.10+    , constraints >=0.9.1 && <0.11     , 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+    , http-types >=0.9.1 && <0.12     , 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@@ -63,24 +65,24 @@       src   ghc-options: -Wall   build-depends:-      base >=4.7 && <5-    , aeson >=1.0.2.1 && <1.3+      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.10+    , constraints >=0.9.1 && <0.11     , data-default-class >=0.1.2.0 && <0.2     , extensible >=0.4.1 && <0.5+    , 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.11+    , http-types >=0.9.1 && <0.12     , lens >=4.15.3 && <5.0     , req >=0.3.0 && <1.1.0+    , servant-server >=0.9.1.1 && <0.13     , 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@@ -95,4 +97,5 @@       Rakuten.Types.Class       Rakuten.Types.Error       Rakuten.Types.Ichiba+      Paths_rakuten   default-language: Haskell2010