aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue.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.hs
parent42fc137f64aab9242aab9bdb2f5da0a6d892f09c (diff)
refactor: add language extensions to Cabal file
Ditches `ghci` in favor of `cabal repl`.
Diffstat (limited to 'app/Issue.hs')
-rw-r--r--app/Issue.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Issue.hs b/app/Issue.hs
index 256947b..f7895af 100644
--- a/app/Issue.hs
+++ b/app/Issue.hs
@@ -1,10 +1,4 @@
-{-# LANGUAGE BlockArguments #-}
-{-# LANGUAGE DeriveAnyClass #-}
-{-# LANGUAGE DisambiguateRecordFields #-}
-{-# LANGUAGE OverloadedRecordDot #-}
-{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
-
module Issue (Issue (..), Provenance (..), fromMatch, id) where
import Data.Binary (Binary, Put, get, put)