We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fbb0db + 035c38b commit 9bc7ddaCopy full SHA for 9bc7dda
Cabal/src/Distribution/Simple/PreProcess/Types.hs
@@ -44,11 +44,12 @@ import qualified Text.PrettyPrint as Disp
44
-- > ppTestHandler =
45
-- > PreProcessor {
46
-- > platformIndependent = True,
47
+-- > ppOrdering = \_ _ -> return,
48
-- > runPreProcessor = mkSimplePreProcessor $ \inFile outFile verbosity ->
49
-- > do info verbosity (inFile++" has been preprocessed to "++outFile)
50
-- > stuff <- readFile inFile
51
-- > writeFile outFile ("-- preprocessed as a test\n\n" ++ stuff)
--- > return ExitSuccess
52
+-- > return ()
53
--
54
-- We split the input and output file names into a base directory and the
55
-- rest of the file name. The input base dir is the path in the list of search
0 commit comments