packages feed

Cabal revisions of http-client-tls-0.3.6.4

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

revision 1
-name:                http-client-tls-version:             0.3.6.4-synopsis:            http-client backend using the connection package and tls library-description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>.-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-extra-source-files:  README.md-                     ChangeLog.md--library-  exposed-modules:     Network.HTTP.Client.TLS-  other-extensions:    ScopedTypeVariables-  build-depends:       base >= 4.10 && < 5-                     , data-default-                     , http-client >= 0.7.11-                     , crypton-connection-                     , network-                     , tls >= 1.2-                     , bytestring-                     , case-insensitive-                     , transformers-                     , http-types-                     , crypton-                     , memory-                     , exceptions-                     , containers-                     , text-                     , network-uri-  default-language:    Haskell2010-  ghc-options:         -Wall--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-                     , crypton-connection--benchmark benchmark-  main-is:             Bench.hs-  type:                exitcode-stdio-1.0-  hs-source-dirs:      bench-  default-language:    Haskell2010-  build-depends:       base-                     , gauge-                     , http-client-                     , http-client-tls+name:                http-client-tls
+version:             0.3.6.4
+x-revision: 1
+synopsis:            http-client backend using the connection package and tls library
+description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>.
+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
+extra-source-files:  README.md
+                     ChangeLog.md
+
+library
+  exposed-modules:     Network.HTTP.Client.TLS
+  other-extensions:    ScopedTypeVariables
+  build-depends:       base >= 4.10 && < 5
+                     , data-default
+                     , http-client >= 0.7.11
+                     , crypton-connection
+                     , network
+                     , tls >= 2.1.2
+                     , bytestring
+                     , case-insensitive
+                     , transformers
+                     , http-types
+                     , crypton
+                     , memory
+                     , exceptions
+                     , containers
+                     , text
+                     , network-uri
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+
+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
+                     , crypton-connection
+
+benchmark benchmark
+  main-is:             Bench.hs
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      bench
+  default-language:    Haskell2010
+  build-depends:       base
+                     , gauge
+                     , http-client
+                     , http-client-tls
revision 2
 name:                http-client-tls
 version:             0.3.6.4
-x-revision: 1
+x-revision: 2
 synopsis:            http-client backend using the connection package and tls library
 description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>.
 homepage:            https://github.com/snoyberg/http-client
                      , http-client >= 0.7.11
                      , crypton-connection
                      , network
-                     , tls >= 2.1.2
+                     , tls (>=1.2 && < 2.1) || >= 2.1.2
                      , bytestring
                      , case-insensitive
                      , transformers
revision 3
 name:                http-client-tls
 version:             0.3.6.4
-x-revision: 2
+x-revision: 3
 synopsis:            http-client backend using the connection package and tls library
 description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>.
 homepage:            https://github.com/snoyberg/http-client
                      , case-insensitive
                      , transformers
                      , http-types
-                     , crypton
+                     , crypton < 1.1
                      , memory
                      , exceptions
                      , containers