diff options
Diffstat (limited to 'dist/build/autogen/cabal_macros.h')
-rw-r--r-- | dist/build/autogen/cabal_macros.h | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/dist/build/autogen/cabal_macros.h b/dist/build/autogen/cabal_macros.h new file mode 100644 index 0000000..02c1076 --- /dev/null +++ b/dist/build/autogen/cabal_macros.h @@ -0,0 +1,95 @@ +/* DO NOT EDIT: This file is automatically generated by Cabal */ + +/* package base-4.8.0.0 */ +#define VERSION_base "4.8.0.0" +#define MIN_VERSION_base(major1,major2,minor) (\ + (major1) < 4 || \ + (major1) == 4 && (major2) < 8 || \ + (major1) == 4 && (major2) == 8 && (minor) <= 0) + +/* tool alex-3.1.4 */ +#define TOOL_VERSION_alex "3.1.4" +#define MIN_TOOL_VERSION_alex(major1,major2,minor) (\ + (major1) < 3 || \ + (major1) == 3 && (major2) < 1 || \ + (major1) == 3 && (major2) == 1 && (minor) <= 4) + +/* tool cpphs-1.19.2 */ +#define TOOL_VERSION_cpphs "1.19.2" +#define MIN_TOOL_VERSION_cpphs(major1,major2,minor) (\ + (major1) < 1 || \ + (major1) == 1 && (major2) < 19 || \ + (major1) == 1 && (major2) == 19 && (minor) <= 2) + +/* tool gcc-5.2.0 */ +#define TOOL_VERSION_gcc "5.2.0" +#define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\ + (major1) < 5 || \ + (major1) == 5 && (major2) < 2 || \ + (major1) == 5 && (major2) == 2 && (minor) <= 0) + +/* tool ghc-7.10.1 */ +#define TOOL_VERSION_ghc "7.10.1" +#define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\ + (major1) < 7 || \ + (major1) == 7 && (major2) < 10 || \ + (major1) == 7 && (major2) == 10 && (minor) <= 1) + +/* tool ghc-pkg-7.10.1 */ +#define TOOL_VERSION_ghc_pkg "7.10.1" +#define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\ + (major1) < 7 || \ + (major1) == 7 && (major2) < 10 || \ + (major1) == 7 && (major2) == 10 && (minor) <= 1) + +/* tool haddock-2.16.0 */ +#define TOOL_VERSION_haddock "2.16.0" +#define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\ + (major1) < 2 || \ + (major1) == 2 && (major2) < 16 || \ + (major1) == 2 && (major2) == 16 && (minor) <= 0) + +/* tool happy-1.19.5 */ +#define TOOL_VERSION_happy "1.19.5" +#define MIN_TOOL_VERSION_happy(major1,major2,minor) (\ + (major1) < 1 || \ + (major1) == 1 && (major2) < 19 || \ + (major1) == 1 && (major2) == 19 && (minor) <= 5) + +/* tool hpc-0.67 */ +#define TOOL_VERSION_hpc "0.67" +#define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\ + (major1) < 0 || \ + (major1) == 0 && (major2) < 67 || \ + (major1) == 0 && (major2) == 67 && (minor) <= 0) + +/* tool hsc2hs-0.67 */ +#define TOOL_VERSION_hsc2hs "0.67" +#define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\ + (major1) < 0 || \ + (major1) == 0 && (major2) < 67 || \ + (major1) == 0 && (major2) == 67 && (minor) <= 0) + +/* tool hscolour-1.22 */ +#define TOOL_VERSION_hscolour "1.22" +#define MIN_TOOL_VERSION_hscolour(major1,major2,minor) (\ + (major1) < 1 || \ + (major1) == 1 && (major2) < 22 || \ + (major1) == 1 && (major2) == 22 && (minor) <= 0) + +/* tool pkg-config-0.28 */ +#define TOOL_VERSION_pkg_config "0.28" +#define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\ + (major1) < 0 || \ + (major1) == 0 && (major2) < 28 || \ + (major1) == 0 && (major2) == 28 && (minor) <= 0) + +/* tool strip-2.25 */ +#define TOOL_VERSION_strip "2.25" +#define MIN_TOOL_VERSION_strip(major1,major2,minor) (\ + (major1) < 2 || \ + (major1) == 2 && (major2) < 25 || \ + (major1) == 2 && (major2) == 25 && (minor) <= 0) + +#define CURRENT_PACKAGE_KEY "hmj_EJVUBKD2OSK8NwQkzGMiCB" + |