From cd2777c6287eab41728c5368c7980b6520d8a8ea Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 14 Oct 2023 14:27:26 +0200 Subject: refactor: add language extensions to Cabal file Ditches `ghci` in favor of `cabal repl`. --- app/History.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/History.hs') 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) -- cgit v1.2.3