repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Macros
/
src
/
C.hs
blob
c3517c37f11fa46827b0b5411f2c06627e185f8f
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