(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / Macros / src / C.hs
blobc3517c37f11fa46827b0b5411f2c06627e185f8f
1 {-# LANGUAGE CPP #-}
2 module C where
3 #ifdef VERSION_directory
4 #error "Should not see macro from executable macros-a"
5 #endif
6 #ifdef VERSION_containers
7 #error "Should not see macro from executable macros-b"
8 #endif
9 c :: String
10 c = CURRENT_COMPONENT_ID