137 lines
4.6 KiB
C
137 lines
4.6 KiB
C
/* DO NOT EDIT: This file is automatically generated by Cabal */
|
|
|
|
/* package pcc-haskell-0.1.0.0 */
|
|
#ifndef VERSION_pcc_haskell
|
|
#define VERSION_pcc_haskell "0.1.0.0"
|
|
#endif /* VERSION_pcc_haskell */
|
|
#ifndef MIN_VERSION_pcc_haskell
|
|
#define MIN_VERSION_pcc_haskell(major1,major2,minor) (\
|
|
(major1) < 0 || \
|
|
(major1) == 0 && (major2) < 1 || \
|
|
(major1) == 0 && (major2) == 1 && (minor) <= 0)
|
|
#endif /* MIN_VERSION_pcc_haskell */
|
|
/* package base-4.18.2.0 */
|
|
#ifndef VERSION_base
|
|
#define VERSION_base "4.18.2.0"
|
|
#endif /* VERSION_base */
|
|
#ifndef MIN_VERSION_base
|
|
#define MIN_VERSION_base(major1,major2,minor) (\
|
|
(major1) < 4 || \
|
|
(major1) == 4 && (major2) < 18 || \
|
|
(major1) == 4 && (major2) == 18 && (minor) <= 2)
|
|
#endif /* MIN_VERSION_base */
|
|
/* package hashable-1.4.3.0 */
|
|
#ifndef VERSION_hashable
|
|
#define VERSION_hashable "1.4.3.0"
|
|
#endif /* VERSION_hashable */
|
|
#ifndef MIN_VERSION_hashable
|
|
#define MIN_VERSION_hashable(major1,major2,minor) (\
|
|
(major1) < 1 || \
|
|
(major1) == 1 && (major2) < 4 || \
|
|
(major1) == 1 && (major2) == 4 && (minor) <= 3)
|
|
#endif /* MIN_VERSION_hashable */
|
|
|
|
/* tool gcc-11 */
|
|
#ifndef TOOL_VERSION_gcc
|
|
#define TOOL_VERSION_gcc "11"
|
|
#endif /* TOOL_VERSION_gcc */
|
|
#ifndef MIN_TOOL_VERSION_gcc
|
|
#define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\
|
|
(major1) < 11 || \
|
|
(major1) == 11 && (major2) < 0 || \
|
|
(major1) == 11 && (major2) == 0 && (minor) <= 0)
|
|
#endif /* MIN_TOOL_VERSION_gcc */
|
|
/* tool ghc-9.6.4 */
|
|
#ifndef TOOL_VERSION_ghc
|
|
#define TOOL_VERSION_ghc "9.6.4"
|
|
#endif /* TOOL_VERSION_ghc */
|
|
#ifndef MIN_TOOL_VERSION_ghc
|
|
#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
|
|
(major1) < 9 || \
|
|
(major1) == 9 && (major2) < 6 || \
|
|
(major1) == 9 && (major2) == 6 && (minor) <= 4)
|
|
#endif /* MIN_TOOL_VERSION_ghc */
|
|
/* tool ghc-pkg-9.6.4 */
|
|
#ifndef TOOL_VERSION_ghc_pkg
|
|
#define TOOL_VERSION_ghc_pkg "9.6.4"
|
|
#endif /* TOOL_VERSION_ghc_pkg */
|
|
#ifndef MIN_TOOL_VERSION_ghc_pkg
|
|
#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
|
|
(major1) < 9 || \
|
|
(major1) == 9 && (major2) < 6 || \
|
|
(major1) == 9 && (major2) == 6 && (minor) <= 4)
|
|
#endif /* MIN_TOOL_VERSION_ghc_pkg */
|
|
/* tool haddock-2.29.2 */
|
|
#ifndef TOOL_VERSION_haddock
|
|
#define TOOL_VERSION_haddock "2.29.2"
|
|
#endif /* TOOL_VERSION_haddock */
|
|
#ifndef MIN_TOOL_VERSION_haddock
|
|
#define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\
|
|
(major1) < 2 || \
|
|
(major1) == 2 && (major2) < 29 || \
|
|
(major1) == 2 && (major2) == 29 && (minor) <= 2)
|
|
#endif /* MIN_TOOL_VERSION_haddock */
|
|
/* tool hpc-0.68 */
|
|
#ifndef TOOL_VERSION_hpc
|
|
#define TOOL_VERSION_hpc "0.68"
|
|
#endif /* TOOL_VERSION_hpc */
|
|
#ifndef MIN_TOOL_VERSION_hpc
|
|
#define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\
|
|
(major1) < 0 || \
|
|
(major1) == 0 && (major2) < 68 || \
|
|
(major1) == 0 && (major2) == 68 && (minor) <= 0)
|
|
#endif /* MIN_TOOL_VERSION_hpc */
|
|
/* tool hsc2hs-0.68.9 */
|
|
#ifndef TOOL_VERSION_hsc2hs
|
|
#define TOOL_VERSION_hsc2hs "0.68.9"
|
|
#endif /* TOOL_VERSION_hsc2hs */
|
|
#ifndef MIN_TOOL_VERSION_hsc2hs
|
|
#define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\
|
|
(major1) < 0 || \
|
|
(major1) == 0 && (major2) < 68 || \
|
|
(major1) == 0 && (major2) == 68 && (minor) <= 9)
|
|
#endif /* MIN_TOOL_VERSION_hsc2hs */
|
|
/* tool pkg-config-0.29.2 */
|
|
#ifndef TOOL_VERSION_pkg_config
|
|
#define TOOL_VERSION_pkg_config "0.29.2"
|
|
#endif /* TOOL_VERSION_pkg_config */
|
|
#ifndef MIN_TOOL_VERSION_pkg_config
|
|
#define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\
|
|
(major1) < 0 || \
|
|
(major1) == 0 && (major2) < 29 || \
|
|
(major1) == 0 && (major2) == 29 && (minor) <= 2)
|
|
#endif /* MIN_TOOL_VERSION_pkg_config */
|
|
/* tool runghc-9.6.4 */
|
|
#ifndef TOOL_VERSION_runghc
|
|
#define TOOL_VERSION_runghc "9.6.4"
|
|
#endif /* TOOL_VERSION_runghc */
|
|
#ifndef MIN_TOOL_VERSION_runghc
|
|
#define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\
|
|
(major1) < 9 || \
|
|
(major1) == 9 && (major2) < 6 || \
|
|
(major1) == 9 && (major2) == 6 && (minor) <= 4)
|
|
#endif /* MIN_TOOL_VERSION_runghc */
|
|
/* tool strip-2.38 */
|
|
#ifndef TOOL_VERSION_strip
|
|
#define TOOL_VERSION_strip "2.38"
|
|
#endif /* TOOL_VERSION_strip */
|
|
#ifndef MIN_TOOL_VERSION_strip
|
|
#define MIN_TOOL_VERSION_strip(major1,major2,minor) (\
|
|
(major1) < 2 || \
|
|
(major1) == 2 && (major2) < 38 || \
|
|
(major1) == 2 && (major2) == 38 && (minor) <= 0)
|
|
#endif /* MIN_TOOL_VERSION_strip */
|
|
|
|
#ifndef CURRENT_PACKAGE_KEY
|
|
#define CURRENT_PACKAGE_KEY "pcc-haskell-0.1.0.0-6K1H0wLq681LrfvIdKcNTn"
|
|
#endif /* CURRENT_packageKey */
|
|
#ifndef CURRENT_COMPONENT_ID
|
|
#define CURRENT_COMPONENT_ID "pcc-haskell-0.1.0.0-6K1H0wLq681LrfvIdKcNTn"
|
|
#endif /* CURRENT_COMPONENT_ID */
|
|
#ifndef CURRENT_PACKAGE_VERSION
|
|
#define CURRENT_PACKAGE_VERSION "0.1.0.0"
|
|
#endif /* CURRENT_PACKAGE_VERSION */
|
|
|
|
#undef CURRENT_PACKAGE_KEY
|
|
#undef CURRENT_COMPONENT_ID
|