Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Jun 25, 2024
1 parent 08034c6 commit a7b032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-syntax/src/Distribution/Fields/ParseResult.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ module Distribution.Fields.ParseResult
, withoutWarnings
) where

import Distribution.Compat.Prelude
import Distribution.Parsec.Error (PError (..))
import Distribution.Parsec.Position (Position (..), zeroPos)
import Distribution.Parsec.Warning (PWarnType (..), PWarning (..))
import Distribution.Version (Version)
import Distribution.Compat.Prelude

-- | A monad with failure and accumulating errors and warnings.
newtype ParseResult a = PR
Expand Down

0 comments on commit a7b032d

Please sign in to comment.