Skip to content

Commit

Permalink
Merge pull request #8661 from haskell/since-pragma-for-ppOrdering
Browse files Browse the repository at this point in the history
Add since pragma for ppOrdering
  • Loading branch information
mergify[bot] authored Jan 12, 2023
2 parents dcba107 + da5ef16 commit bcfc79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cabal/src/Distribution/Simple/PreProcess.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ data PreProcessor = PreProcessor {
-- | This function can reorder /all/ modules, not just those that the
-- require the preprocessor in question. As such, this function should be
-- well-behaved and not reorder modules it doesn't have dominion over!
--
-- @since 3.8.1.0
ppOrdering :: Verbosity
-> [FilePath] -- Source directories
-> [ModuleName] -- Module names
Expand Down

0 comments on commit bcfc79c

Please sign in to comment.