Commit a1a723d56212f8500d3c9f5916b78d63c435bfae
- Diff rendering mode:
- inline
- side by side
postmaster.cabal
(3 / 2)
|   | |||
| 8 | 8 | Beyond that, you can configure and modify every little step | |
| 9 | 9 | of the SMTP transaction. All the real work is done through | |
| 10 | 10 | call-back functions. | |
| 11 | Homepage: http://postmaster.cryp.to/ | ||
| 11 | 12 | Category: Network | |
| 12 | 13 | License: GPL | |
| 13 | 14 | License-File: COPYING | |
| 14 | 15 | Author: Peter Simons | |
| 15 | 16 | Maintainer: Peter Simons <simons@cryp.to> | |
| 16 | 17 | Data-Files: README | |
| 18 | Build-Type: Simple | ||
| 17 | 19 | ||
| 18 | 20 | Executable: postmaster | |
| 19 | 21 | Main-Is: tutorial.lhs | |
| 20 | GHC-Options: -O -Wall -threaded | ||
| 22 | GHC-Options: -Wall -threaded | ||
| 21 | 23 | Extra-Libraries: adns crypto | |
| 22 | Hs-Source-Dirs: ., dns, syslog, email, hopenssl | ||
| 23 | 24 | Build-Depends: base, haskell98, directory, mtl, network, unix, parsec, | |
| 24 | 25 | containers, bytestring, old-time, hsyslog, hsdns, hsemail, | |
| 25 | 26 | hopenssl |

