aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fd0d2d07c3f3766bd9a2680df2a08a07010d9c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```