aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue/Text.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/Issue/Text.hs
parent42fc137f64aab9242aab9bdb2f5da0a6d892f09c (diff)
refactor: add language extensions to Cabal file
Ditches `ghci` in favor of `cabal repl`.
Diffstat (limited to 'app/Issue/Text.hs')
-rw-r--r--app/Issue/Text.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Issue/Text.hs b/app/Issue/Text.hs
index c8b97d7..7c81c91 100644
--- a/app/Issue/Text.hs
+++ b/app/Issue/Text.hs
@@ -1,6 +1,3 @@
-{-# LANGUAGE OverloadedRecordDot #-}
-{-# LANGUAGE OverloadedStrings #-}
-
module Issue.Text (extractText) where
import Control.Arrow (second)