packages feed

Cabal revisions of rest-client-0.2.3.4

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

revision 1
-name:                rest-client-version:             0.2.3.4-description:         Utility library for use in generated API client libraries.-synopsis:            Utility library for use in generated API client libraries.-maintainer:          code@silk.co-category:            Web-build-Type:          Simple-cabal-version:       >= 1.8-license:             BSD3-license-file:        LICENSE--extra-source-files:-  CHANGELOG.md-  LICENSE--source-repository head-  type:              git-  location:          https://github.com/silkapp/rest.git--Library-  ghc-options:       -Wall-  hs-source-dirs:    src-  exposed-modules:-    Rest.Client.Base-    Rest.Client.Internal-  build-depends:-      base == 4.*-    , aeson >= 0.7 && < 0.8-    , aeson-utils >= 0.2.1 && < 0.3-    , bytestring >= 0.9 && < 0.11-    , case-insensitive >= 0.4 && < 1.3-    , data-default == 0.5.*-    , exception-transformers == 0.3.*-    , http-conduit >= 1.9.2.1 && < 2.2-    , http-types >= 0.7 && < 0.9-    , hxt >= 9.2 && < 9.4-    , hxt-pickle-utils == 0.1.*-    , monad-control == 0.3.*-    , mtl >= 2.0 && < 2.2-    , resourcet >= 0.4 && < 0.5-    , rest-types == 1.10.*-    , tostring == 0.2.*-    , transformers-base == 0.4.*-    , uri-encode == 1.5.*-    , utf8-string == 0.3.*+name:                rest-client
+version:             0.2.3.4
+x-revision: 1
+description:         Utility library for use in generated API client libraries.
+synopsis:            Utility library for use in generated API client libraries.
+maintainer:          code@silk.co
+category:            Web
+build-Type:          Simple
+cabal-version:       >= 1.8
+license:             BSD3
+license-file:        LICENSE
+
+extra-source-files:
+  CHANGELOG.md
+  LICENSE
+
+source-repository head
+  type:              git
+  location:          https://github.com/silkapp/rest.git
+
+Library
+  ghc-options:       -Wall
+  hs-source-dirs:    src
+  exposed-modules:
+    Rest.Client.Base
+    Rest.Client.Internal
+  build-depends:
+      base >= 4 && < 4.9
+    , aeson >= 0.7 && < 0.8
+    , aeson-utils >= 0.2.1 && < 0.3
+    , bytestring >= 0.9 && < 0.11
+    , case-insensitive >= 0.4 && < 1.3
+    , data-default == 0.5.*
+    , exception-transformers == 0.3.*
+    , http-conduit >= 1.9.2.1 && < 2.2
+    , http-types >= 0.7 && < 0.9
+    , hxt >= 9.2 && < 9.4
+    , hxt-pickle-utils == 0.1.*
+    , monad-control == 0.3.*
+    , mtl >= 2.0 && < 2.2
+    , resourcet >= 0.4 && < 0.5
+    , rest-types == 1.10.*
+    , tostring == 0.2.*
+    , transformers-base == 0.4.*
+    , uri-encode == 1.5.*
+    , utf8-string == 0.3.*
revision 2
 name:                rest-client
 version:             0.2.3.4
-x-revision: 1
+x-revision: 2
 description:         Utility library for use in generated API client libraries.
 synopsis:            Utility library for use in generated API client libraries.
 maintainer:          code@silk.co
     Rest.Client.Base
     Rest.Client.Internal
   build-depends:
-      base >= 4 && < 4.9
+      base >= 4 && < 4.8
     , aeson >= 0.7 && < 0.8
     , aeson-utils >= 0.2.1 && < 0.3
     , bytestring >= 0.9 && < 0.11