diff options
author | Joris | 2015-10-09 23:09:28 +0200 |
---|---|---|
committer | Joris | 2015-10-09 23:09:28 +0200 |
commit | 6cfff0cc8dea84e2a304d350118112ff5113adec (patch) | |
tree | 94a157b7db5c47f2f9ac282536aae37757076e14 /README |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Birthday +======== + +Send an email to notify if there is a birthday today. Birthdates are parsed +from a csv file: + +``` +23/10/1982 , Dupont Jean +30/01/1955 , Doe Anne +… +``` + +The usage is as follow: + +``` +cabal sandbox init +cabal instal --only-dependencies +cabal build +./dist/build/birthday/birthday +``` |