Skip to content

Commit 294e873

Browse files
committed
Require http-conduit >= 1.8.1
(because we require support for client SSL certs)
1 parent f89a686 commit 294e873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-service-api/azure-service-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cabal-Version: >=1.8
1818
Library
1919
Exposed-Modules: Network.Azure.ServiceManagement
2020
Build-Depends: base >= 4.5 && < 5,
21-
http-conduit >= 1.8 && < 1.9,
21+
http-conduit >= 1.8.1 && < 1.9,
2222
tls >= 1.0 && < 1.1,
2323
tls-extra >= 0.5 && < 0.6,
2424
bytestring >= 0.9 && < 0.11,

0 commit comments

Comments
 (0)