diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/Network/HTTP/Client/Restricted.hs b/Network/HTTP/Client/Restricted.hs
--- a/Network/HTTP/Client/Restricted.hs
+++ b/Network/HTTP/Client/Restricted.hs
@@ -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 #-}
 
diff --git a/http-client-restricted.cabal b/http-client-restricted.cabal
--- a/http-client-restricted.cabal
+++ b/http-client-restricted.cabal
@@ -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
