diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-14 14:27:26 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 10:28:32 +0200 |
commit | cd2777c6287eab41728c5368c7980b6520d8a8ea (patch) | |
tree | e45d7911bc733dabde439e5d4cc5687bdec1d295 /app/History.hs | |
parent | 42fc137f64aab9242aab9bdb2f5da0a6d892f09c (diff) |
refactor: add language extensions to Cabal file
Ditches `ghci` in favor of `cabal repl`.
Diffstat (limited to 'app/History.hs')
-rw-r--r-- | app/History.hs | 4 |
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) |