Explicitly set higher tls/tls-extra dependencies
Hackage is reporting a build failure relating to cryptocipher, a library which is no longer required with newer versions of tls/tls-extra. Explicitly setting these library dependencies to the version I have installed locally in order to try and resolve the build failure.
This commit is contained in:
parent
7f2b1915bb
commit
440140e859
@ -1,6 +1,6 @@
|
|||||||
name: HaskellNet-SSL
|
name: HaskellNet-SSL
|
||||||
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
|
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
|
||||||
version: 0.1.1.0
|
version: 0.1.1.1
|
||||||
description: This package ties together the HaskellNet and connection
|
description: This package ties together the HaskellNet and connection
|
||||||
packages to make it easy to open IMAP and SMTP connections
|
packages to make it easy to open IMAP and SMTP connections
|
||||||
over SSL.
|
over SSL.
|
||||||
@ -28,6 +28,8 @@ library
|
|||||||
other-modules: Network.HaskellNet.SSL
|
other-modules: Network.HaskellNet.SSL
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
HaskellNet >= 0.3.1,
|
HaskellNet >= 0.3.1,
|
||||||
|
tls >= 1.1.2,
|
||||||
|
tls-extra >= 0.6.1,
|
||||||
connection >= 0.1.3,
|
connection >= 0.1.3,
|
||||||
network >= 2.3,
|
network >= 2.3,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user