Name: sendemail Version: 0.1 Cabal-Version: >= 1.1.7 Description: Send email using the system's MTA. License: GPL License-file: COPYING Copyright: FIXME darcs, Peter Gammie Author: FIXME darcs, Peter Gammie Maintainer: Peter Gammie Homepage: http://peteg.org/ Build-type: Simple Library -- FIXME shuffle these off somewhere, especially CPP extensions: CPP ghc-options: -Wall hs-source-dirs: src -- xhtml, bytestring Build-Depends: array, base, bytestring, directory, unix Exposed-modules: Network.SendEmail Other-modules: Network.SendEmail.Base64 Network.SendEmail.QuotedPrintable Network.SendEmail.Types if os(windows) { Other-modules: Network.SendEmail.Win32 } else { c-sources: src/Network/SendEmail/c_compat.c Other-modules: Network.SendEmail.Sendmail }