Skip to content

Commit 0cb5685

Browse files
committed
require crypton-1.0 instead of cryptonite
1 parent ab3f0e0 commit 0cb5685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smtp-mail.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: smtp-mail
2-
version: 0.4.0.1
2+
version: 0.4.0.2
33
synopsis: Simple email sending via SMTP
44
description: This packages provides a simple interface for mail over SMTP. Please see the README for more information.
55
homepage: http://github.com/haskell-github-trust/smtp-mail
@@ -42,7 +42,7 @@ library
4242
, network
4343
, network-bsd
4444
, text
45-
, cryptonite
45+
, crypton ^>= 1.0
4646
, memory
4747

4848
ghc-options: -Wall -fwarn-tabs

0 commit comments

Comments
 (0)