Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / Octree-0.5.expr
blob04f54ea5d931cacb40459845bfc7081a53b6dd1a
1 GenericPackageDescription {
2   packageDescription =
3   PackageDescription {
4     specVersion = CabalSpecV1_8,
5     package = PackageIdentifier {
6       pkgName = PackageName "Octree",
7       pkgVersion = mkVersion [0, 5]},
8     licenseRaw = Right BSD3,
9     licenseFiles = [
10       SymbolicPath "LICENSE"],
11     copyright =
12     "Copyright by Michal J. Gajda '2012",
13     maintainer =
14     "mjgajda@googlemail.com",
15     author = "Michal J. Gajda",
16     stability = "beta",
17     testedWith = [
18       _×_
19         GHC
20         (ThisVersion
21           (mkVersion [7, 0, 4])),
22       _×_
23         GHC
24         (ThisVersion
25           (mkVersion [7, 4, 1])),
26       _×_
27         GHC
28         (ThisVersion
29           (mkVersion [7, 4, 2])),
30       _×_
31         GHC
32         (ThisVersion
33           (mkVersion [7, 6, 0]))],
34     homepage =
35     "https://github.com/mgajda/octree",
36     pkgUrl =
37     "http://hackage.haskell.org/package/octree",
38     bugReports =
39     "mailto:mjgajda@googlemail.com",
40     sourceRepos = [
41       SourceRepo {
42         repoKind = RepoHead,
43         repoType = Just
44           (KnownRepoType Git),
45         repoLocation = Just
46           "git@github.com:mgajda/octree.git",
47         repoModule = Nothing,
48         repoBranch = Nothing,
49         repoTag = Nothing,
50         repoSubdir = Nothing}],
51     synopsis =
52     "Simple unbalanced Octree for storing data about 3D points",
53     description =
54     "Octree data structure is relatively shallow data structure for space partitioning.",
55     category = "Data",
56     customFieldsPD = [],
57     buildTypeRaw = Just Simple,
58     setupBuildInfo = Nothing,
59     library = Nothing,
60     subLibraries = [],
61     executables = [],
62     foreignLibs = [],
63     testSuites = [],
64     benchmarks = [],
65     dataFiles = [],
66     dataDir = SymbolicPath ".",
67     extraSrcFiles = [],
68     extraTmpFiles = [],
69     extraDocFiles = [],
70     extraFiles = []},
71   gpdScannedVersion = Nothing,
72   genPackageFlags = [],
73   condLibrary = Just
74     CondNode {
75       condTreeData = Library {
76         libName = LMainLibName,
77         exposedModules = [
78           ModuleName "Data.Octree"],
79         reexportedModules = [],
80         signatures = [],
81         libExposed = True,
82         libVisibility =
83         LibraryVisibilityPublic,
84         libBuildInfo = BuildInfo {
85           buildable = True,
86           buildTools = [],
87           buildToolDepends = [],
88           cppOptions = [],
89           asmOptions = [],
90           cmmOptions = [],
91           ccOptions = [],
92           cxxOptions = [],
93           ldOptions = [],
94           hsc2hsOptions = [],
95           pkgconfigDepends = [],
96           frameworks = [],
97           extraFrameworkDirs = [],
98           asmSources = [],
99           cmmSources = [],
100           cSources = [],
101           cxxSources = [],
102           jsSources = [],
103           hsSourceDirs = [],
104           otherModules = [
105             ModuleName
106               "Data.Octree.Internal"],
107           virtualModules = [],
108           autogenModules = [],
109           defaultLanguage = Nothing,
110           otherLanguages = [],
111           defaultExtensions = [],
112           otherExtensions = [],
113           oldExtensions = [
114             EnableExtension
115               ScopedTypeVariables],
116           extraLibs = [],
117           extraLibsStatic = [],
118           extraGHCiLibs = [],
119           extraBundledLibs = [],
120           extraLibFlavours = [],
121           extraDynLibFlavours = [],
122           extraLibDirs = [],
123           extraLibDirsStatic = [],
124           includeDirs = [],
125           includes = [],
126           autogenIncludes = [],
127           installIncludes = [],
128           options = PerCompilerFlavor
129             []
130             [],
131           profOptions = PerCompilerFlavor
132             []
133             [],
134           sharedOptions =
135           PerCompilerFlavor [] [],
136           profSharedOptions =
137           PerCompilerFlavor [] [],
138           staticOptions =
139           PerCompilerFlavor [] [],
140           customFieldsBI = [],
141           targetBuildDepends = [
142             Dependency
143               (PackageName "base")
144               (IntersectVersionRanges
145                 (OrLaterVersion
146                   (mkVersion [4, 0]))
147                 (EarlierVersion
148                   (mkVersion [4, 7])))
149               mainLibSet,
150             Dependency
151               (PackageName "AC-Vector")
152               (OrLaterVersion
153                 (mkVersion [2, 3, 0]))
154               mainLibSet,
155             Dependency
156               (PackageName "QuickCheck")
157               (OrLaterVersion
158                 (mkVersion [2, 4, 0]))
159               mainLibSet],
160           mixins = []}},
161       condTreeConstraints = [
162         Dependency
163           (PackageName "base")
164           (IntersectVersionRanges
165             (OrLaterVersion
166               (mkVersion [4, 0]))
167             (EarlierVersion
168               (mkVersion [4, 7])))
169           mainLibSet,
170         Dependency
171           (PackageName "AC-Vector")
172           (OrLaterVersion
173             (mkVersion [2, 3, 0]))
174           mainLibSet,
175         Dependency
176           (PackageName "QuickCheck")
177           (OrLaterVersion
178             (mkVersion [2, 4, 0]))
179           mainLibSet],
180       condTreeComponents = []},
181   condSubLibraries = [],
182   condForeignLibs = [],
183   condExecutables = [],
184   condTestSuites = [
185     _×_
186       (UnqualComponentName
187         "test_Octree")
188       CondNode {
189         condTreeData = TestSuite {
190           testName = UnqualComponentName
191             "",
192           testInterface = TestSuiteExeV10
193             (mkVersion [1, 0])
194             (SymbolicPath
195               "tests/test_Octree.hs"),
196           testBuildInfo = BuildInfo {
197             buildable = True,
198             buildTools = [],
199             buildToolDepends = [],
200             cppOptions = [],
201             asmOptions = [],
202             cmmOptions = [],
203             ccOptions = [],
204             cxxOptions = [],
205             ldOptions = [],
206             hsc2hsOptions = [],
207             pkgconfigDepends = [],
208             frameworks = [],
209             extraFrameworkDirs = [],
210             asmSources = [],
211             cmmSources = [],
212             cSources = [],
213             cxxSources = [],
214             jsSources = [],
215             hsSourceDirs = [],
216             otherModules = [],
217             virtualModules = [],
218             autogenModules = [],
219             defaultLanguage = Nothing,
220             otherLanguages = [],
221             defaultExtensions = [],
222             otherExtensions = [],
223             oldExtensions = [],
224             extraLibs = [],
225             extraLibsStatic = [],
226             extraGHCiLibs = [],
227             extraBundledLibs = [],
228             extraLibFlavours = [],
229             extraDynLibFlavours = [],
230             extraLibDirs = [],
231             extraLibDirsStatic = [],
232             includeDirs = [],
233             includes = [],
234             autogenIncludes = [],
235             installIncludes = [],
236             options = PerCompilerFlavor
237               []
238               [],
239             profOptions = PerCompilerFlavor
240               []
241               [],
242             sharedOptions =
243             PerCompilerFlavor [] [],
244             profSharedOptions =
245             PerCompilerFlavor [] [],
246             staticOptions =
247             PerCompilerFlavor [] [],
248             customFieldsBI = [],
249             targetBuildDepends = [
250               Dependency
251                 (PackageName "base")
252                 (IntersectVersionRanges
253                   (OrLaterVersion
254                     (mkVersion [4, 0]))
255                   (EarlierVersion
256                     (mkVersion [4, 7])))
257                 mainLibSet,
258               Dependency
259                 (PackageName "AC-Vector")
260                 (OrLaterVersion
261                   (mkVersion [2, 3, 0]))
262                 mainLibSet,
263               Dependency
264                 (PackageName "QuickCheck")
265                 (OrLaterVersion
266                   (mkVersion [2, 4, 0]))
267                 mainLibSet],
268             mixins = []},
269           testCodeGenerators = []},
270         condTreeConstraints = [
271           Dependency
272             (PackageName "base")
273             (IntersectVersionRanges
274               (OrLaterVersion
275                 (mkVersion [4, 0]))
276               (EarlierVersion
277                 (mkVersion [4, 7])))
278             mainLibSet,
279           Dependency
280             (PackageName "AC-Vector")
281             (OrLaterVersion
282               (mkVersion [2, 3, 0]))
283             mainLibSet,
284           Dependency
285             (PackageName "QuickCheck")
286             (OrLaterVersion
287               (mkVersion [2, 4, 0]))
288             mainLibSet],
289         condTreeComponents = []},
290     _×_
291       (UnqualComponentName "readme")
292       CondNode {
293         condTreeData = TestSuite {
294           testName = UnqualComponentName
295             "",
296           testInterface = TestSuiteExeV10
297             (mkVersion [1, 0])
298             (SymbolicPath "README.lhs"),
299           testBuildInfo = BuildInfo {
300             buildable = True,
301             buildTools = [],
302             buildToolDepends = [],
303             cppOptions = [],
304             asmOptions = [],
305             cmmOptions = [],
306             ccOptions = [],
307             cxxOptions = [],
308             ldOptions = [],
309             hsc2hsOptions = [],
310             pkgconfigDepends = [],
311             frameworks = [],
312             extraFrameworkDirs = [],
313             asmSources = [],
314             cmmSources = [],
315             cSources = [],
316             cxxSources = [],
317             jsSources = [],
318             hsSourceDirs = [],
319             otherModules = [],
320             virtualModules = [],
321             autogenModules = [],
322             defaultLanguage = Nothing,
323             otherLanguages = [],
324             defaultExtensions = [],
325             otherExtensions = [],
326             oldExtensions = [],
327             extraLibs = [],
328             extraLibsStatic = [],
329             extraGHCiLibs = [],
330             extraBundledLibs = [],
331             extraLibFlavours = [],
332             extraDynLibFlavours = [],
333             extraLibDirs = [],
334             extraLibDirsStatic = [],
335             includeDirs = [],
336             includes = [],
337             autogenIncludes = [],
338             installIncludes = [],
339             options = PerCompilerFlavor
340               ["-pgmL", "markdown-unlit"]
341               [],
342             profOptions = PerCompilerFlavor
343               []
344               [],
345             sharedOptions =
346             PerCompilerFlavor [] [],
347             profSharedOptions =
348             PerCompilerFlavor [] [],
349             staticOptions =
350             PerCompilerFlavor [] [],
351             customFieldsBI = [],
352             targetBuildDepends = [
353               Dependency
354                 (PackageName "base")
355                 (IntersectVersionRanges
356                   (OrLaterVersion
357                     (mkVersion [4, 0]))
358                   (EarlierVersion
359                     (mkVersion [4, 7])))
360                 mainLibSet,
361               Dependency
362                 (PackageName "AC-Vector")
363                 (OrLaterVersion
364                   (mkVersion [2, 3, 0]))
365                 mainLibSet,
366               Dependency
367                 (PackageName "QuickCheck")
368                 (OrLaterVersion
369                   (mkVersion [2, 4, 0]))
370                 mainLibSet,
371               Dependency
372                 (PackageName "markdown-unlit")
373                 (OrLaterVersion (mkVersion [0]))
374                 mainLibSet],
375             mixins = []},
376           testCodeGenerators = []},
377         condTreeConstraints = [
378           Dependency
379             (PackageName "base")
380             (IntersectVersionRanges
381               (OrLaterVersion
382                 (mkVersion [4, 0]))
383               (EarlierVersion
384                 (mkVersion [4, 7])))
385             mainLibSet,
386           Dependency
387             (PackageName "AC-Vector")
388             (OrLaterVersion
389               (mkVersion [2, 3, 0]))
390             mainLibSet,
391           Dependency
392             (PackageName "QuickCheck")
393             (OrLaterVersion
394               (mkVersion [2, 4, 0]))
395             mainLibSet,
396           Dependency
397             (PackageName "markdown-unlit")
398             (OrLaterVersion (mkVersion [0]))
399             mainLibSet],
400         condTreeComponents = []}],
401   condBenchmarks = []}