packages feed

http-client-restricted 0.1.0 → 0.1.1

raw patch · 3 files changed

+16/−11 lines, 3 filesdep ~http-client-tlsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-client-tls

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+http-client-restricted (0.1.1) unstable; urgency=medium++  * Allow building with http-client-tls 0.4.x++ -- Joey Hess <id@joeyh.name>  Wed, 17 Jun 2026 16:28:27 -0400+ http-client-restricted (0.1.0) unstable; urgency=medium    * Switch from connection to crypton-connection in order to support
Network/HTTP/Client/Restricted.hs view
@@ -1,11 +1,10 @@-{- | Restricted `ManagerSettings` for <https://haskell-lang.org/library/http-client>- -- - Copyright 2018 Joey Hess <id@joeyh.name>- -- - Portions from http-client-tls Copyright (c) 2013 Michael Snoyman- -- - License: MIT- -}+-- | Restricted `ManagerSettings` for <https://haskell-lang.org/library/http-client>+--+-- Copyright 2018 Joey Hess <id@joeyh.name>+--+-- Portions from http-client-tls Copyright (c) 2013 Michael Snoyman+--+-- License: MIT  {-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, LambdaCase, PatternGuards #-} 
http-client-restricted.cabal view
@@ -1,5 +1,5 @@ Name: http-client-restricted-Version: 0.1.0+Version: 0.1.1 Cabal-Version: >= 1.10 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess@@ -28,7 +28,7 @@   Build-Depends:        base >= 4.11.1.0 && < 5.0     , http-client >= 0.7.11 && < 0.8-    , http-client-tls >= 0.3.6 && < 0.4+    , http-client-tls >= 0.3.6 && < 0.5     , crypton-connection >= 0.3.1     , data-default     , network (>= 3.0.0.0)@@ -37,4 +37,4 @@  source-repository head   type: git-  location: git://git.joeyh.name/haskell-http-client-restricted.git+  location: http://git.joeyh.name/git/haskell-http-client-restricted.git