Skip to content

Commit bcfc79c

Browse files
authored
Merge pull request #8661 from haskell/since-pragma-for-ppOrdering
Add since pragma for ppOrdering
2 parents dcba107 + da5ef16 commit bcfc79c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cabal/src/Distribution/Simple/PreProcess.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ data PreProcessor = PreProcessor {
114114
-- | This function can reorder /all/ modules, not just those that the
115115
-- require the preprocessor in question. As such, this function should be
116116
-- well-behaved and not reorder modules it doesn't have dominion over!
117+
--
118+
-- @since 3.8.1.0
117119
ppOrdering :: Verbosity
118120
-> [FilePath] -- Source directories
119121
-> [ModuleName] -- Module names

0 commit comments

Comments
 (0)