aboutsummaryrefslogtreecommitdiffstats
path: root/app/History.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/History.hs')
-rw-r--r--app/History.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/History.hs b/app/History.hs
index 14724b7..0e7465c 100644
--- a/app/History.hs
+++ b/app/History.hs
@@ -1,7 +1,3 @@
-{-# LANGUAGE DeriveAnyClass #-}
-{-# LANGUAGE OverloadedRecordDot #-}
-{-# LANGUAGE OverloadedStrings #-}
-
module History (getIssues, listIssues) where
import Control.Exception (Exception, catch, handle, throw)