aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Path.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Path.hs')
-rw-r--r--src/Model/Path.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Model/Path.hs b/src/Model/Path.hs
new file mode 100644
index 0000000..d34716c
--- /dev/null
+++ b/src/Model/Path.hs
@@ -0,0 +1,10 @@
+module Model.Path
+ ( birthdate
+ , config
+ ) where
+
+birthdate :: FilePath
+birthdate = "birthdates.csv"
+
+config :: FilePath
+config = "config.txt"