importify icon indicating copy to clipboard operation
importify copied to clipboard

[IMRF-91] Use cpp-options from .cabal file

Open chshersh opened this issue 8 years ago • 1 comments

Now cpp-options are ignored. But they should respected even under flags like here:

https://github.com/takano-akio/filelock/blob/035dddfc934d49f156036b67fb5299ce737e2a95/filelock.cabal#L31 https://github.com/takano-akio/filelock/blob/035dddfc934d49f156036b67fb5299ce737e2a95/System/FileLock.hs#L39

chshersh avatar Aug 11 '17 14:08 chshersh

This commit doesn't use cpp-options but it catches errors in cpphs like those from issue description:

https://github.com/serokell/importify/commit/27cc482278415af0914256152e58d988a2c993af

chshersh avatar Aug 11 '17 14:08 chshersh