aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-14 14:27:26 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 10:28:32 +0200
commitcd2777c6287eab41728c5368c7980b6520d8a8ea (patch)
treee45d7911bc733dabde439e5d4cc5687bdec1d295 /app/Main.hs
parent42fc137f64aab9242aab9bdb2f5da0a6d892f09c (diff)
refactor: add language extensions to Cabal file
Ditches `ghci` in favor of `cabal repl`.
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 9a88749..1bb5c70 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -1,11 +1,3 @@
-{-# LANGUAGE BlockArguments #-}
-{-# LANGUAGE DuplicateRecordFields #-}
-{-# LANGUAGE ForeignFunctionInterface #-}
-{-# LANGUAGE LambdaCase #-}
-{-# LANGUAGE OverloadedRecordDot #-}
-{-# LANGUAGE OverloadedStrings #-}
-{-# LANGUAGE PartialTypeSignatures #-}
-
-- TODO Edit issues from command line
--
-- I would like to edit issues from the command line.