diff options
author | Steven <steven.vasilogianis@gmail.com> | 2019-05-29 20:06:05 -0400 |
---|---|---|
committer | Steven <steven.vasilogianis@gmail.com> | 2019-05-29 20:06:05 -0400 |
commit | cbe440bb0adbfbccfdbbcedb29bf9408c0596866 (patch) | |
tree | 5b040044f331d82845fc0b68386d8d285dad1949 /.stack-work/ghci/3a535720 |
Initial repository; needs clean up but it's working so let's not lose it
Diffstat (limited to '.stack-work/ghci/3a535720')
-rw-r--r-- | .stack-work/ghci/3a535720/cabal_macros.h | 198 |
1 files changed, 198 insertions, 0 deletions
diff --git a/.stack-work/ghci/3a535720/cabal_macros.h b/.stack-work/ghci/3a535720/cabal_macros.h new file mode 100644 index 0000000..38daada --- /dev/null +++ b/.stack-work/ghci/3a535720/cabal_macros.h | |||
@@ -0,0 +1,198 @@ | |||
1 | /* DO NOT EDIT: This file is automatically generated by Cabal */ | ||
2 | |||
3 | /* package 8queens-0.1.0.0 */ | ||
4 | #ifndef VERSION_8queens | ||
5 | #define VERSION_8queens "0.1.0.0" | ||
6 | #endif /* VERSION_8queens */ | ||
7 | #ifndef MIN_VERSION_8queens | ||
8 | #define MIN_VERSION_8queens(major1,major2,minor) (\ | ||
9 | (major1) < 0 || \ | ||
10 | (major1) == 0 && (major2) < 1 || \ | ||
11 | (major1) == 0 && (major2) == 1 && (minor) <= 0) | ||
12 | #endif /* MIN_VERSION_8queens */ | ||
13 | |||
14 | /* package base-4.12.0.0 */ | ||
15 | #ifndef VERSION_base | ||
16 | #define VERSION_base "4.12.0.0" | ||
17 | #endif /* VERSION_base */ | ||
18 | #ifndef MIN_VERSION_base | ||
19 | #define MIN_VERSION_base(major1,major2,minor) (\ | ||
20 | (major1) < 4 || \ | ||
21 | (major1) == 4 && (major2) < 12 || \ | ||
22 | (major1) == 4 && (major2) == 12 && (minor) <= 0) | ||
23 | #endif /* MIN_VERSION_base */ | ||
24 | |||
25 | /* package lens-4.17.1 */ | ||
26 | #ifndef VERSION_lens | ||
27 | #define VERSION_lens "4.17.1" | ||
28 | #endif /* VERSION_lens */ | ||
29 | #ifndef MIN_VERSION_lens | ||
30 | #define MIN_VERSION_lens(major1,major2,minor) (\ | ||
31 | (major1) < 4 || \ | ||
32 | (major1) == 4 && (major2) < 17 || \ | ||
33 | (major1) == 4 && (major2) == 17 && (minor) <= 1) | ||
34 | #endif /* MIN_VERSION_lens */ | ||
35 | |||
36 | /* package linear-1.20.9 */ | ||
37 | #ifndef VERSION_linear | ||
38 | #define VERSION_linear "1.20.9" | ||
39 | #endif /* VERSION_linear */ | ||
40 | #ifndef MIN_VERSION_linear | ||
41 | #define MIN_VERSION_linear(major1,major2,minor) (\ | ||
42 | (major1) < 1 || \ | ||
43 | (major1) == 1 && (major2) < 20 || \ | ||
44 | (major1) == 1 && (major2) == 20 && (minor) <= 9) | ||
45 | #endif /* MIN_VERSION_linear */ | ||
46 | |||
47 | /* package matrix-0.3.6.1 */ | ||
48 | #ifndef VERSION_matrix | ||
49 | #define VERSION_matrix "0.3.6.1" | ||
50 | #endif /* VERSION_matrix */ | ||
51 | #ifndef MIN_VERSION_matrix | ||
52 | #define MIN_VERSION_matrix(major1,major2,minor) (\ | ||
53 | (major1) < 0 || \ | ||
54 | (major1) == 0 && (major2) < 3 || \ | ||
55 | (major1) == 0 && (major2) == 3 && (minor) <= 6) | ||
56 | #endif /* MIN_VERSION_matrix */ | ||
57 | |||
58 | /* package random-1.1 */ | ||
59 | #ifndef VERSION_random | ||
60 | #define VERSION_random "1.1" | ||
61 | #endif /* VERSION_random */ | ||
62 | #ifndef MIN_VERSION_random | ||
63 | #define MIN_VERSION_random(major1,major2,minor) (\ | ||
64 | (major1) < 1 || \ | ||
65 | (major1) == 1 && (major2) < 1 || \ | ||
66 | (major1) == 1 && (major2) == 1 && (minor) <= 0) | ||
67 | #endif /* MIN_VERSION_random */ | ||
68 | |||
69 | /* package vector-0.12.0.3 */ | ||
70 | #ifndef VERSION_vector | ||
71 | #define VERSION_vector "0.12.0.3" | ||
72 | #endif /* VERSION_vector */ | ||
73 | #ifndef MIN_VERSION_vector | ||
74 | #define MIN_VERSION_vector(major1,major2,minor) (\ | ||
75 | (major1) < 0 || \ | ||
76 | (major1) == 0 && (major2) < 12 || \ | ||
77 | (major1) == 0 && (major2) == 12 && (minor) <= 0) | ||
78 | #endif /* MIN_VERSION_vector */ | ||
79 | |||
80 | /* tool gcc-6.3.0 */ | ||
81 | #ifndef TOOL_VERSION_gcc | ||
82 | #define TOOL_VERSION_gcc "6.3.0" | ||
83 | #endif /* TOOL_VERSION_gcc */ | ||
84 | #ifndef MIN_TOOL_VERSION_gcc | ||
85 | #define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\ | ||
86 | (major1) < 6 || \ | ||
87 | (major1) == 6 && (major2) < 3 || \ | ||
88 | (major1) == 6 && (major2) == 3 && (minor) <= 0) | ||
89 | #endif /* MIN_TOOL_VERSION_gcc */ | ||
90 | |||
91 | /* tool ghc-8.6.5 */ | ||
92 | #ifndef TOOL_VERSION_ghc | ||
93 | #define TOOL_VERSION_ghc "8.6.5" | ||
94 | #endif /* TOOL_VERSION_ghc */ | ||
95 | #ifndef MIN_TOOL_VERSION_ghc | ||
96 | #define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\ | ||
97 | (major1) < 8 || \ | ||
98 | (major1) == 8 && (major2) < 6 || \ | ||
99 | (major1) == 8 && (major2) == 6 && (minor) <= 5) | ||
100 | #endif /* MIN_TOOL_VERSION_ghc */ | ||
101 | |||
102 | /* tool ghc-pkg-8.6.5 */ | ||
103 | #ifndef TOOL_VERSION_ghc_pkg | ||
104 | #define TOOL_VERSION_ghc_pkg "8.6.5" | ||
105 | #endif /* TOOL_VERSION_ghc_pkg */ | ||
106 | #ifndef MIN_TOOL_VERSION_ghc_pkg | ||
107 | #define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\ | ||
108 | (major1) < 8 || \ | ||
109 | (major1) == 8 && (major2) < 6 || \ | ||
110 | (major1) == 8 && (major2) == 6 && (minor) <= 5) | ||
111 | #endif /* MIN_TOOL_VERSION_ghc_pkg */ | ||
112 | |||
113 | /* tool haddock-2.22.0 */ | ||
114 | #ifndef TOOL_VERSION_haddock | ||
115 | #define TOOL_VERSION_haddock "2.22.0" | ||
116 | #endif /* TOOL_VERSION_haddock */ | ||
117 | #ifndef MIN_TOOL_VERSION_haddock | ||
118 | #define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\ | ||
119 | (major1) < 2 || \ | ||
120 | (major1) == 2 && (major2) < 22 || \ | ||
121 | (major1) == 2 && (major2) == 22 && (minor) <= 0) | ||
122 | #endif /* MIN_TOOL_VERSION_haddock */ | ||
123 | |||
124 | /* tool happy-1.19.9 */ | ||
125 | #ifndef TOOL_VERSION_happy | ||
126 | #define TOOL_VERSION_happy "1.19.9" | ||
127 | #endif /* TOOL_VERSION_happy */ | ||
128 | #ifndef MIN_TOOL_VERSION_happy | ||
129 | #define MIN_TOOL_VERSION_happy(major1,major2,minor) (\ | ||
130 | (major1) < 1 || \ | ||
131 | (major1) == 1 && (major2) < 19 || \ | ||
132 | (major1) == 1 && (major2) == 19 && (minor) <= 9) | ||
133 | #endif /* MIN_TOOL_VERSION_happy */ | ||
134 | |||
135 | /* tool hpc-0.67 */ | ||
136 | #ifndef TOOL_VERSION_hpc | ||
137 | #define TOOL_VERSION_hpc "0.67" | ||
138 | #endif /* TOOL_VERSION_hpc */ | ||
139 | #ifndef MIN_TOOL_VERSION_hpc | ||
140 | #define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\ | ||
141 | (major1) < 0 || \ | ||
142 | (major1) == 0 && (major2) < 67 || \ | ||
143 | (major1) == 0 && (major2) == 67 && (minor) <= 0) | ||
144 | #endif /* MIN_TOOL_VERSION_hpc */ | ||
145 | |||
146 | /* tool hsc2hs-0.68.5 */ | ||
147 | #ifndef TOOL_VERSION_hsc2hs | ||
148 | #define TOOL_VERSION_hsc2hs "0.68.5" | ||
149 | #endif /* TOOL_VERSION_hsc2hs */ | ||
150 | #ifndef MIN_TOOL_VERSION_hsc2hs | ||
151 | #define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\ | ||
152 | (major1) < 0 || \ | ||
153 | (major1) == 0 && (major2) < 68 || \ | ||
154 | (major1) == 0 && (major2) == 68 && (minor) <= 5) | ||
155 | #endif /* MIN_TOOL_VERSION_hsc2hs */ | ||
156 | |||
157 | /* tool pkg-config-0.29 */ | ||
158 | #ifndef TOOL_VERSION_pkg_config | ||
159 | #define TOOL_VERSION_pkg_config "0.29" | ||
160 | #endif /* TOOL_VERSION_pkg_config */ | ||
161 | #ifndef MIN_TOOL_VERSION_pkg_config | ||
162 | #define MIN_TOOL_VERSION_pkg_config(major1,major2,minor) (\ | ||
163 | (major1) < 0 || \ | ||
164 | (major1) == 0 && (major2) < 29 || \ | ||
165 | (major1) == 0 && (major2) == 29 && (minor) <= 0) | ||
166 | #endif /* MIN_TOOL_VERSION_pkg_config */ | ||
167 | |||
168 | /* tool runghc-8.6.5 */ | ||
169 | #ifndef TOOL_VERSION_runghc | ||
170 | #define TOOL_VERSION_runghc "8.6.5" | ||
171 | #endif /* TOOL_VERSION_runghc */ | ||
172 | #ifndef MIN_TOOL_VERSION_runghc | ||
173 | #define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\ | ||
174 | (major1) < 8 || \ | ||
175 | (major1) == 8 && (major2) < 6 || \ | ||
176 | (major1) == 8 && (major2) == 6 && (minor) <= 5) | ||
177 | #endif /* MIN_TOOL_VERSION_runghc */ | ||
178 | |||
179 | /* tool strip-2.28 */ | ||
180 | #ifndef TOOL_VERSION_strip | ||
181 | #define TOOL_VERSION_strip "2.28" | ||
182 | #endif /* TOOL_VERSION_strip */ | ||
183 | #ifndef MIN_TOOL_VERSION_strip | ||
184 | #define MIN_TOOL_VERSION_strip(major1,major2,minor) (\ | ||
185 | (major1) < 2 || \ | ||
186 | (major1) == 2 && (major2) < 28 || \ | ||
187 | (major1) == 2 && (major2) == 28 && (minor) <= 0) | ||
188 | #endif /* MIN_TOOL_VERSION_strip */ | ||
189 | |||
190 | #ifndef CURRENT_COMPONENT_ID | ||
191 | #define CURRENT_COMPONENT_ID "8queens-0.1.0.0-1f9e2RemoZD8IyN03WXtS0-8queens" | ||
192 | #endif /* CURRENT_COMPONENT_ID */ | ||
193 | #ifndef CURRENT_PACKAGE_VERSION | ||
194 | #define CURRENT_PACKAGE_VERSION "0.1.0.0" | ||
195 | #endif /* CURRENT_PACKAGE_VERSION */ | ||
196 | |||
197 | #undef CURRENT_PACKAGE_KEY | ||
198 | #undef CURRENT_COMPONENT_ID | ||