summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Common.hs')
-rw-r--r--src/Zettel/Common.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Zettel/Common.hs b/src/Zettel/Common.hs
index 515ebd5..5d703e2 100644
--- a/src/Zettel/Common.hs
+++ b/src/Zettel/Common.hs
@@ -1,5 +1,13 @@
{-# LANGUAGE OverloadedRecordDot #-}
+-- |
+-- Module : Zettel.Common
+-- Description : Shared functions used throughout the project
+-- Copyright : (c) 2023, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : git [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
module Zettel.Common where
import Data.Char (isAlphaNum, isLetter, isNumber)