Skip to content

Commit

Permalink
Fix some typos in PreProcess.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and 23Skidoo committed Jun 8, 2018
1 parent 9a950dd commit 449a3c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cabal/Distribution/Simple/PreProcess.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ data PreProcessor = PreProcessor {
-- Is the output of the pre-processor platform independent? eg happy output
-- is portable haskell but c2hs's output is platform dependent.
-- This matters since only platform independent generated code can be
-- inlcuded into a source tarball.
-- included into a source tarball.
platformIndependent :: Bool,

-- TODO: deal with pre-processors that have implementaion dependent output
-- eg alex and happy have --ghc flags. However we can't really inlcude
-- TODO: deal with pre-processors that have implementation dependent output
-- eg alex and happy have --ghc flags. However we can't really include
-- ghc-specific code into supposedly portable source tarballs.

runPreProcessor :: (FilePath, FilePath) -- Location of the source file relative to a base dir
Expand Down

0 comments on commit 449a3c3

Please sign in to comment.