Portability | portable |
---|---|
Maintainer | cabal-devel@haskell.org |
Safe Haskell | Safe-Infered |
Generate cabal_macros.h - CPP macros for package version testing
When using CPP you get
VERSION_<package> MIN_VERSION_<package>(A,B,C)
for each package in build-depends
, which is true if the version of
package in use is >= A.B.C
, using the normal ordering on version
numbers.