summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:15:46 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:15:46 +0000
commitb41bcdb179233c9e18a93b8716e857c6dd8df2f9 (patch)
treef4504050a0e6d435d0851c246d45c9efa0adacb7 /lang
parentHamlet gives you a type-safe tool for generating HTML code. It works (diff)
This package provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP. WWW: http://github.com/snoyberg/mime-mail Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=291712
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 5b853fcf307f..2f9f835032b7 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -165,6 +165,7 @@ math-functions_port= math/hs-math-functions
MaybeT_port= devel/hs-MaybeT
MemoTrie_port= devel/hs-MemoTrie
mime_port= mail/hs-mime
+mime-mail_port= mail/hs-mime-mail
MissingH_port= devel/hs-MissingH
mmap_port= devel/hs-mmap
monad-control_port= devel/hs-monad-control