aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Fabian Kirchner <kirchner@posteo.de>2023-10-13 20:45:00 +0200
committerLibravatar Fabian Kirchner <kirchner@posteo.de>2023-10-13 20:45:00 +0200
commit09d5a5941a1feb23aece4d5311092c1a23d4ae11 (patch)
tree1942bba783535031e4d07b1828f434e78ce4e1d8 /app/Main.hs
parentc0ba5044d9f36ad91d0ef8a11a5cb5adabcea33f (diff)
also support FIXME and QUESTION as markers
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 0faff19..9e25025 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -70,11 +70,6 @@
-- # @original-issue more information on the issue
-- ```
--- TODO Add support for other keywords
---
--- Additionally to TODO, also FIXME should start an issue. There might
--- be more interesting keywords.
-
module Main where
import Control.Exception (Exception, catch, handle, throw, throwIO)