From 6cfff0cc8dea84e2a304d350118112ff5113adec Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 9 Oct 2015 23:09:28 +0200 Subject: Initial commit --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fd0d2d0 --- /dev/null +++ b/README @@ -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 +``` -- cgit v1.2.3