Skip to content

Commit 34e3ec8

Browse files
committed
Extend description section in the cabal file.
1 parent 25d0eb4 commit 34e3ec8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

HaskellNet.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Name: HaskellNet
22
Synopsis: Client support for POP3, SMTP, and IMAP
33
Description: This package provides client support for the POP3,
4-
SMTP, and IMAP protocols. NOTE: this package will be
5-
split into smaller, protocol-specific packages in the
6-
future.
4+
SMTP, and IMAP protocols.
5+
.
6+
Full examples can be found in the <https://github.com/qnikst/HaskellNet/tree/master/example repository>.
7+
Additional documentation on the major updates can be found in the
8+
<https://github.com/qnikst/HaskellNet/blob/master/Updating.md Updating.md> file
79
Version: 0.6
810
Copyright: (c) 2006 Jun Mukai
911
Author: Jun Mukai

0 commit comments

Comments
 (0)