]> Git — Sourcephile - gargantext.git/blob - dist/build/autogen/cabal_macros.h
Add fisWithSizePolyMap and a comment
[gargantext.git] / dist / build / autogen / cabal_macros.h
1 /* DO NOT EDIT: This file is automatically generated by Cabal */
2
3 /* package base-4.7.0.1 */
4 #define VERSION_base "4.7.0.1"
5 #define MIN_VERSION_base(major1,major2,minor) (\
6 (major1) < 4 || \
7 (major1) == 4 && (major2) < 7 || \
8 (major1) == 4 && (major2) == 7 && (minor) <= 0)
9
10 /* tool alex-3.1.3 */
11 #define TOOL_VERSION_alex "3.1.3"
12 #define MIN_TOOL_VERSION_alex(major1,major2,minor) (\
13 (major1) < 3 || \
14 (major1) == 3 && (major2) < 1 || \
15 (major1) == 3 && (major2) == 1 && (minor) <= 3)
16
17 /* tool c2hs-0.17.2 */
18 #define TOOL_VERSION_c2hs "0.17.2"
19 #define MIN_TOOL_VERSION_c2hs(major1,major2,minor) (\
20 (major1) < 0 || \
21 (major1) == 0 && (major2) < 17 || \
22 (major1) == 0 && (major2) == 17 && (minor) <= 2)
23
24 /* tool cpphs-1.19.3 */
25 #define TOOL_VERSION_cpphs "1.19.3"
26 #define MIN_TOOL_VERSION_cpphs(major1,major2,minor) (\
27 (major1) < 1 || \
28 (major1) == 1 && (major2) < 19 || \
29 (major1) == 1 && (major2) == 19 && (minor) <= 3)
30
31 /* tool gcc-4.9.2 */
32 #define TOOL_VERSION_gcc "4.9.2"
33 #define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\
34 (major1) < 4 || \
35 (major1) == 4 && (major2) < 9 || \
36 (major1) == 4 && (major2) == 9 && (minor) <= 2)
37
38 /* tool ghc-7.8.3 */
39 #define TOOL_VERSION_ghc "7.8.3"
40 #define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\
41 (major1) < 7 || \
42 (major1) == 7 && (major2) < 8 || \
43 (major1) == 7 && (major2) == 8 && (minor) <= 3)
44
45 /* tool ghc-pkg-7.8.3 */
46 #define TOOL_VERSION_ghc_pkg "7.8.3"
47 #define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\
48 (major1) < 7 || \
49 (major1) == 7 && (major2) < 8 || \
50 (major1) == 7 && (major2) == 8 && (minor) <= 3)
51
52 /* tool haddock-2.15.0.2 */
53 #define TOOL_VERSION_haddock "2.15.0.2"
54 #define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\
55 (major1) < 2 || \
56 (major1) == 2 && (major2) < 15 || \
57 (major1) == 2 && (major2) == 15 && (minor) <= 0)
58
59 /* tool happy-1.19.4 */
60 #define TOOL_VERSION_happy "1.19.4"
61 #define MIN_TOOL_VERSION_happy(major1,major2,minor) (\
62 (major1) < 1 || \
63 (major1) == 1 && (major2) < 19 || \
64 (major1) == 1 && (major2) == 19 && (minor) <= 4)
65
66 /* tool hpc-0.67 */
67 #define TOOL_VERSION_hpc "0.67"
68 #define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\
69 (major1) < 0 || \
70 (major1) == 0 && (major2) < 67 || \
71 (major1) == 0 && (major2) == 67 && (minor) <= 0)
72
73 /* tool hsc2hs-0.67 */
74 #define TOOL_VERSION_hsc2hs "0.67"
75 #define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\
76 (major1) < 0 || \
77 (major1) == 0 && (major2) < 67 || \
78 (major1) == 0 && (major2) == 67 && (minor) <= 0)
79
80 /* tool pkg-config-0.28 */
81 #define TOOL_VERSION_pkg_config "0.28"
82 #define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\
83 (major1) < 0 || \
84 (major1) == 0 && (major2) < 28 || \
85 (major1) == 0 && (major2) == 28 && (minor) <= 0)
86
87 /* tool strip-2.25 */
88 #define TOOL_VERSION_strip "2.25"
89 #define MIN_TOOL_VERSION_strip(major1,major2,minor) (\
90 (major1) < 2 || \
91 (major1) == 2 && (major2) < 25 || \
92 (major1) == 2 && (major2) == 25 && (minor) <= 0)
93