Skip to content

Commit

Permalink
Merge pull request #10582 from cabalism/fix/lexer-redundant-as-prelude
Browse files Browse the repository at this point in the history
Don't use redundant alias Prelude as Prelude
  • Loading branch information
mergify[bot] authored Nov 27, 2024
2 parents 7386b00 + 10432bc commit 767c8b0
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 767c8b0

Please sign in to comment.