Skip to content

Commit

Permalink
Typo -expections
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 2, 2024
1 parent fcf6bd0 commit 3d6b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ die' verbosity msg = withFrozenCallStack $ do
=<< pure . addErrorPrefix
=<< prefixWithProgName msg

-- Type which will be a wrapper for cabal -expections and cabal-install exceptions
-- Type which will be a wrapper for cabal -exceptions and cabal-install exceptions
data VerboseException a = VerboseException CallStack POSIXTime Verbosity a
deriving (Show, Typeable)

Expand Down

0 comments on commit 3d6b9dc

Please sign in to comment.