diff --git a/Cabal/src/Distribution/Simple/PreProcess.hs b/Cabal/src/Distribution/Simple/PreProcess.hs index fbe5710bd5b4d6f80948ec4d030741f8127575e8..d47dd803569ef6141d5d17718d562c97c1a1b832 100644 --- a/Cabal/src/Distribution/Simple/PreProcess.hs +++ b/Cabal/src/Distribution/Simple/PreProcess.hs @@ -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