Skip to content

Commit a5faffd

Browse files
committed
Update package boundaries
to work with released libssh2 and tls.
1 parent 72ef387 commit a5faffd

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Cabal-Version: >=1.8
1717

1818
Library
1919
Exposed-Modules: Network.Azure.ServiceManagement
20-
Build-Depends: base ==4.5.*,
21-
http-conduit >= 1.6.1 && < 1.7,
20+
Build-Depends: base >= 4.5 && < 5,
21+
http-conduit >= 1.8 && < 1.9,
2222
tls >= 1.0 && < 1.1,
2323
tls-extra >= 0.5 && < 0.6,
24-
bytestring >= 0.9 && < 1.0,
25-
certificate >= 1.2 && < 1.3,
24+
bytestring >= 0.9 && < 0.11,
25+
certificate >= 1.3 && < 1.4,
2626
case-insensitive >= 0.4 && < 0.5,
27-
hxt >= 9.2 && < 9.3,
27+
hxt >= 9.2 && < 9.4,
28+
hxt-xpath >= 9.1 && < 9.2,
2829
pretty >= 1.1 && < 1.2,
2930
crypto-pubkey-types >= 0.1 && < 0.2,
30-
binary >= 0.5 && < 0.6,
31-
resourcet,
32-
transformers,
33-
hxt-xpath
31+
binary >= 0.5 && < 0.7,
32+
resourcet >= 0.4 && < 0.5,
33+
transformers >= 0.3 && < 0.4
3434
HS-Source-Dirs: src
3535
ghc-options: -Wall
3636
Extensions: RankNTypes

distributed-process-azure/distributed-process-azure.cabal

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ Library
3030
libssh2 >= 0.2 && < 0.3,
3131
pureMD5 >= 2.1 && < 2.2,
3232
bytestring >= 0.9 && < 0.11,
33-
distributed-process >= 0.3.2 && < 0.4,
34-
binary >= 0.5 && < 0.6,
33+
distributed-process >= 0.3.2 && < 0.5,
34+
binary >= 0.5 && < 0.7,
35+
network-transport >= 0.3 && < 0.4,
3536
network-transport-tcp >= 0.3 && < 0.4,
36-
optparse-applicative >= 0.2 && < 0.4,
3737
transformers >= 0.3 && < 0.4,
38-
certificate >= 1.2.4 && < 1.3,
39-
unix >= 2.5 && < 2.6,
40-
network-transport >= 0.3 && < 0.4,
38+
certificate >= 1.3 && < 1.4,
39+
unix >= 2.5 && < 2.7,
4140
mtl >= 2.1 && < 2.2,
4241
rank1dynamic >= 0.1 && < 0.2,
4342
distributed-static >= 0.2 && < 0.3
@@ -55,7 +54,7 @@ Executable cloud-haskell-azure-echo
5554
if flag(build-demos)
5655
Build-Depends: base >= 4.4 && < 5,
5756
distributed-process-azure >= 0.1 && < 0.2,
58-
distributed-process >= 0.3.2 && < 0.4,
57+
distributed-process >= 0.3.2 && < 0.5,
5958
transformers >= 0.3 && < 0.4
6059
else
6160
buildable: False
@@ -66,7 +65,7 @@ Executable cloud-haskell-azure-ping
6665
if flag(build-demos)
6766
Build-Depends: base >= 4.4 && < 5,
6867
distributed-process-azure >= 0.1 && < 0.2,
69-
distributed-process >= 0.3.2 && < 0.4,
68+
distributed-process >= 0.3.2 && < 0.5,
7069
transformers >= 0.3 && < 0.4,
7170
bytestring >= 0.9 && < 0.11,
7271
binary >= 0.5 && < 0.6,
@@ -81,7 +80,7 @@ Executable cloud-haskell-azure-fib
8180
if flag(build-demos)
8281
Build-Depends: base >= 4.4 && < 5,
8382
distributed-process-azure >= 0.1 && < 0.2,
84-
distributed-process >= 0.3.2 && < 0.4,
83+
distributed-process >= 0.3.2 && < 0.5,
8584
transformers >= 0.3 && < 0.4,
8685
bytestring >= 0.9 && < 0.11,
8786
binary >= 0.5 && < 0.6,

0 commit comments

Comments
 (0)