packages feed

pipes-http 1.0.3 → 1.0.4

raw patch · 2 files changed

+7/−6 lines, 2 filesdep ~http-clientdep ~http-client-tls

Dependency ranges changed: http-client, http-client-tls

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2014 Gabriel Gonzalez+Copyright (c) 2016 Gabriel Gonzalez All rights reserved.  Redistribution and use in source and binary forms, with or without modification,
pipes-http.cabal view
@@ -1,10 +1,11 @@ Name: pipes-http-Version: 1.0.3+Version: 1.0.4 Cabal-Version: >=1.8.0.2 Build-Type: Simple+Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 License: BSD3 License-File: LICENSE-Copyright: 2014 Gabriel Gonzalez+Copyright: 2016 Gabriel Gonzalez Author: Gabriel Gonzalez Maintainer: Gabriel439@gmail.com Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-HTTP-Library/issues@@ -21,7 +22,7 @@         base             >= 4       && < 5   ,         bytestring       >= 0.9.2.1 && < 0.11,         pipes            >= 4.0     && < 4.3 ,-        http-client      >= 0.2     && < 0.5 ,-        http-client-tls                < 0.3+        http-client      >= 0.2     && < 0.6 ,+        http-client-tls                < 0.4     Exposed-Modules: Pipes.HTTP-    GHC-Options: -O2 -Wall+    GHC-Options: -Wall