aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Path.hs
diff options
context:
space:
mode:
authorJoris2016-04-04 22:48:33 +0200
committerJoris2016-04-04 22:48:33 +0200
commitd8eedc3e2639f0f50f0554f89dc121da4941d4d1 (patch)
tree81bd4d0a261b0550a0501ad2f70fa52b4ee21000 /src/Model/Path.hs
parente66ea0b49c8f7202114df366668598026f211eba (diff)
Rename birthday to event
Diffstat (limited to 'src/Model/Path.hs')
-rw-r--r--src/Model/Path.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Model/Path.hs b/src/Model/Path.hs
index d34716c..3256638 100644
--- a/src/Model/Path.hs
+++ b/src/Model/Path.hs
@@ -1,10 +1,10 @@
module Model.Path
- ( birthdate
- , config
+ ( event
+ , conf
) where
-birthdate :: FilePath
-birthdate = "birthdates.csv"
+event :: FilePath
+event = "events"
-config :: FilePath
-config = "config.txt"
+conf :: FilePath
+conf = "application.conf"