Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwills committed Dec 28, 2010
1 parent 3f74e08 commit fc10417
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
HaskellNet
==========

Some examples of how to use the library are contained in
the example directory. You should be able to run them
by adjusting the file for your mail server settings and
then loading the file in ghci and type 'main'. eg.

ghci -hide-package monads-fd example/smtpMimeMail.hs
main

If you encounter problems and want to debug the ghci
debugger works well:

:set -fbreak-on-exception
:trace main

0 comments on commit fc10417

Please sign in to comment.