packages feed

Cabal revisions of http-client-tls-0.2.0.2

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

revision 1
-name:                http-client-tls-version:             0.2.0.2-synopsis:            http-client backend using the connection package and tls library-description:         Intended for use by higher-level libraries, such as http-conduit.-homepage:            https://github.com/snoyberg/http-client-license:             MIT-license-file:        LICENSE-author:              Michael Snoyman-maintainer:          michael@snoyman.com-category:            Network-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Network.HTTP.Client.TLS-  other-extensions:    ScopedTypeVariables-  build-depends:       base >= 4 && < 5-                     , data-default-                     , http-client >= 0.2-                     , connection >= 0.1.3-                     , network-                     , tls >=1.1-  default-language:    Haskell2010--test-suite spec-  main-is:             Spec.hs-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  default-language:    Haskell2010-  build-depends:       base-                     , hspec-                     , http-client-                     , http-client-tls-                     , http-types+name:                http-client-tls
+version:             0.2.0.2
+x-revision: 1
+synopsis:            http-client backend using the connection package and tls library
+description:         Intended for use by higher-level libraries, such as http-conduit.
+homepage:            https://github.com/snoyberg/http-client
+license:             MIT
+license-file:        LICENSE
+author:              Michael Snoyman
+maintainer:          michael@snoyman.com
+category:            Network
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Network.HTTP.Client.TLS
+  other-extensions:    ScopedTypeVariables
+  build-depends:       base >= 4 && < 5
+                     , data-default
+                     , http-client >= 0.2 && <0.5
+                     , connection >= 0.1.3
+                     , network
+                     , tls >=1.1
+  default-language:    Haskell2010
+
+test-suite spec
+  main-is:             Spec.hs
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  default-language:    Haskell2010
+  build-depends:       base
+                     , hspec
+                     , http-client
+                     , http-client-tls
+                     , http-types