packages feed

hackport-0.5.1: cabal/cabal-testsuite/PackageTests/Macros/B.hs

{-# LANGUAGE CPP #-}
import C
#ifdef VERSION_filepath
#error "Should not see macro from library"
#endif
#ifdef VERSION_directory
#error "Should not see macro from executable macros-a"
#endif
main = do
    putStrLn CURRENT_COMPONENT_ID