Skip to content

Commit

Permalink
feat(cli): allow unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 23, 2024
1 parent fde9b17 commit 303dc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eo-phi-normalizer/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -Wno-partial-fields #-}
{-# OPTIONS_GHC -Wno-type-defaults #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}

module Main (main) where

Expand Down

0 comments on commit 303dc25

Please sign in to comment.