summaryrefslogtreecommitdiffstats
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index ae62335..04f6c0a 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,5 +1,13 @@
{-# LANGUAGE TemplateHaskell #-}
+-- |
+-- Module : Main
+-- Description : Command-line interface for org-zk
+-- Copyright : (c) 2023, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : git [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
module Main where
-- import Data.Char (isAlphaNum, isLetter, isNumber)