haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
199 stars 50 forks source link

Please add an option to suppress `LINE` pragma. #232

Open Magicloud opened 5 years ago

Magicloud commented 5 years ago

This comes from https://github.com/haskell/haddock/issues/1001.

If I understand it correctly, the LINE is just for debugging. If Cabal building system could pass an option to c2hs in haddock process to suppress the pragma, the haddock issue should be gone.