Skip to content

Commit

Permalink
Don't use redundant alias Prelude as Prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 22, 2024
1 parent c3a9dd7 commit 3bd89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-syntax/src/Distribution/Fields/Lexer.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Distribution.Fields.Lexer
,mkLexState) where

import Prelude ()
import qualified Prelude as Prelude
import qualified Prelude
import Distribution.Compat.Prelude

import Distribution.Fields.LexerMonad
Expand Down

0 comments on commit 3bd89c4

Please sign in to comment.