From da5ef16127efc0529699f5f05a0a535d9a64e94c Mon Sep 17 00:00:00 2001 From: Bodigrim <andrew.lelechenko@gmail.com> Date: Mon, 9 Jan 2023 19:14:40 +0000 Subject: [PATCH] Add since pragma for ppOrdering --- Cabal/src/Distribution/Simple/PreProcess.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cabal/src/Distribution/Simple/PreProcess.hs b/Cabal/src/Distribution/Simple/PreProcess.hs index fbe5710bd5..d47dd80356 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 -- GitLab