summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
Diffstat (limited to 'apex')
-rw-r--r--apex/Duree.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/apex/Duree.hs b/apex/Duree.hs
new file mode 100644
index 0000000..4552834
--- /dev/null
+++ b/apex/Duree.hs
@@ -0,0 +1,6 @@
+module Duree where
+
+import Database.MongoDB
+
+main :: IO ()
+main = putStrLn "hi"