packages feed

Cabal revisions of servant-client-0.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                servant-client-version:             0.6-synopsis: automatical derivation of querying functions for servant webservices-description:-  This library lets you derive automatically Haskell functions that-  let you query each endpoint of a <http://hackage.haskell.org/package/servant servant> webservice.-  .-  See <http://haskell-servant.github.io/tutorial/client.html the client section of the tutorial>.-  .-  <https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG>-license:             BSD3-license-file:        LICENSE-author:              Servant Contributors-maintainer:          haskell-servant-maintainers@googlegroups.com-copyright:           2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors-category:            Web-build-type:          Simple-extra-source-files:  include/*.h-cabal-version:       >=1.10-tested-with:         GHC >= 7.8-homepage:            http://haskell-servant.github.io/-Bug-reports:         http://github.com/haskell-servant/servant/issues-source-repository head-  type: git-  location: http://github.com/haskell-servant/servant.git--library-  exposed-modules:-    Servant.Client-    Servant.Client.Experimental.Auth-    Servant.Common.BaseUrl-    Servant.Common.BasicAuth-    Servant.Common.Req-  build-depends:-      base >=4.7 && <5-    , aeson-    , attoparsec-    , base64-bytestring-    , bytestring-    , exceptions-    , http-api-data >= 0.1  && < 0.3-    , http-client-    , http-client-tls-    , http-media-    , http-types-    , network-uri >= 2.6-    , safe-    , servant == 0.6.*-    , string-conversions-    , text-    , transformers-    , transformers-compat-  hs-source-dirs: src-  default-language: Haskell2010-  ghc-options: -Wall-  include-dirs: include--test-suite spec-  type: exitcode-stdio-1.0-  ghc-options:-    -Wall -fno-warn-name-shadowing -fno-warn-missing-signatures-  default-language: Haskell2010-  hs-source-dirs: test-  main-is: Spec.hs-  other-modules:-      Servant.ClientSpec-    , Servant.Common.BaseUrlSpec-  build-depends:-      base == 4.*-    , transformers-    , transformers-compat-    , aeson-    , bytestring-    , deepseq-    , hspec == 2.*-    , http-client-    , http-media-    , http-types-    , HUnit-    , network >= 2.6-    , QuickCheck >= 2.7-    , servant == 0.6.*-    , servant-client-    , servant-server == 0.6.*-    , text-    , wai-    , warp+name:                servant-client
+version:             0.6
+x-revision: 1
+synopsis: automatical derivation of querying functions for servant webservices
+description:
+  This library lets you derive automatically Haskell functions that
+  let you query each endpoint of a <http://hackage.haskell.org/package/servant servant> webservice.
+  .
+  See <http://haskell-servant.github.io/tutorial/client.html the client section of the tutorial>.
+  .
+  <https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG>
+license:             BSD3
+license-file:        LICENSE
+author:              Servant Contributors
+maintainer:          haskell-servant-maintainers@googlegroups.com
+copyright:           2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
+category:            Web
+build-type:          Simple
+extra-source-files:  include/*.h
+cabal-version:       >=1.10
+tested-with:         GHC >= 7.8
+homepage:            http://haskell-servant.github.io/
+Bug-reports:         http://github.com/haskell-servant/servant/issues
+source-repository head
+  type: git
+  location: http://github.com/haskell-servant/servant.git
+
+library
+  exposed-modules:
+    Servant.Client
+    Servant.Client.Experimental.Auth
+    Servant.Common.BaseUrl
+    Servant.Common.BasicAuth
+    Servant.Common.Req
+  build-depends:
+      base >=4.7 && <5
+    , aeson
+    , attoparsec
+    , base64-bytestring
+    , bytestring
+    , exceptions
+    , http-api-data >= 0.1  && < 0.3
+    , http-client <0.5
+    , http-client-tls
+    , http-media
+    , http-types
+    , network-uri >= 2.6
+    , safe
+    , servant == 0.6.*
+    , string-conversions
+    , text
+    , transformers
+    , transformers-compat
+  hs-source-dirs: src
+  default-language: Haskell2010
+  ghc-options: -Wall
+  include-dirs: include
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  ghc-options:
+    -Wall -fno-warn-name-shadowing -fno-warn-missing-signatures
+  default-language: Haskell2010
+  hs-source-dirs: test
+  main-is: Spec.hs
+  other-modules:
+      Servant.ClientSpec
+    , Servant.Common.BaseUrlSpec
+  build-depends:
+      base == 4.*
+    , transformers
+    , transformers-compat
+    , aeson
+    , bytestring
+    , deepseq
+    , hspec == 2.*
+    , http-client
+    , http-media
+    , http-types
+    , HUnit
+    , network >= 2.6
+    , QuickCheck >= 2.7
+    , servant == 0.6.*
+    , servant-client
+    , servant-server == 0.6.*
+    , text
+    , wai
+    , warp