Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / cabal-testsuite / PackageTests / Macros / A.hs
blob7afe6b81ddfbd5a5ec521a679794957ab554778c
1 {-# LANGUAGE CPP #-}
2 import C
3 #ifdef VERSION_filepath
4 #error "Should not see macro from library"
5 #endif
6 #ifdef VERSION_containers
7 #error "Should not see macro from executable macros-b"
8 #endif
9 main = do
10 putStrLn CURRENT_COMPONENT_ID