Skip to content

Commit 14a1663

Browse files
bump network to 3.2.* and data-default to 0.8.*
1 parent 8dbfe02 commit 14a1663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HaskellNet-SSL.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ library
3737
HaskellNet >= 0.3 && < 0.7,
3838
crypton-connection >= 0.3.1 && < 0.5,
3939
bytestring >= 0.9 && < 0.13,
40-
data-default >= 0.2 && < 0.8
40+
data-default >= 0.2 && < 0.9
4141
if flag(network-bsd)
42-
build-depends: network >= 3.0 && < 3.2,
42+
build-depends: network >= 3.0 && < 3.3,
4343
network-bsd >= 2.7 && < 2.9
4444
else
45-
build-depends: network >= 2.4 && < 3.0
45+
build-depends: network >= 2.4 && < 3.3
4646

4747
executable HaskellNet-SSL-example
4848
hs-source-dirs: examples

0 commit comments

Comments
 (0)