diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 6 |
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) |