We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3f0e0 commit 0cb5685Copy full SHA for 0cb5685
smtp-mail.cabal
@@ -1,5 +1,5 @@
1
name: smtp-mail
2
-version: 0.4.0.1
+version: 0.4.0.2
3
synopsis: Simple email sending via SMTP
4
description: This packages provides a simple interface for mail over SMTP. Please see the README for more information.
5
homepage: http://github.com/haskell-github-trust/smtp-mail
@@ -42,7 +42,7 @@ library
42
, network
43
, network-bsd
44
, text
45
- , cryptonite
+ , crypton ^>= 1.0
46
, memory
47
48
ghc-options: -Wall -fwarn-tabs
0 commit comments