Skip to content

Commit d7a6762

Browse files
authored
Merge pull request #36 from dpwright/mangoiv/crypton-connection
newer crypton connection
2 parents c124405 + 91c297e commit d7a6762

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ cabal.config
3030
*.aux
3131
*.hp
3232
.stack-work/
33+
dist-newstyle

HaskellNet-SSL.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ library
3434
other-modules: Network.HaskellNet.SSL.Internal
3535
build-depends: base >= 4 && < 5,
3636
HaskellNet >= 0.3 && < 0.7,
37-
connection >= 0.2.7 && < 0.4,
38-
bytestring >= 0.9 && < 0.12,
37+
crypton-connection >= 0.3.1,
38+
bytestring >= 0.9 && < 0.13,
3939
data-default >= 0.2 && < 0.8
4040
if flag(network-bsd)
4141
build-depends: network >= 3.0 && < 3.2,

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
packages: .
2+
3+
allow-newer:
4+
HaskellNet:base

0 commit comments

Comments
 (0)