1 GenericPackageDescription {
4 specVersion = CabalSpecV1_8,
5 package = PackageIdentifier {
6 pkgName = PackageName "Octree",
7 pkgVersion = mkVersion [0, 5]},
8 licenseRaw = Right BSD3,
10 SymbolicPath "LICENSE"],
12 "Copyright by Michal J. Gajda '2012",
14 "mjgajda@googlemail.com",
15 author = "Michal J. Gajda",
21 (mkVersion [7, 0, 4])),
25 (mkVersion [7, 4, 1])),
29 (mkVersion [7, 4, 2])),
33 (mkVersion [7, 6, 0]))],
35 "https://github.com/mgajda/octree",
37 "http://hackage.haskell.org/package/octree",
39 "mailto:mjgajda@googlemail.com",
46 "git@github.com:mgajda/octree.git",
50 repoSubdir = Nothing}],
52 "Simple unbalanced Octree for storing data about 3D points",
54 "Octree data structure is relatively shallow data structure for space partitioning.",
57 buildTypeRaw = Just Simple,
58 setupBuildInfo = Nothing,
66 dataDir = SymbolicPath ".",
71 gpdScannedVersion = Nothing,
75 condTreeData = Library {
76 libName = LMainLibName,
78 ModuleName "Data.Octree"],
79 reexportedModules = [],
83 LibraryVisibilityPublic,
84 libBuildInfo = BuildInfo {
87 buildToolDepends = [],
95 pkgconfigDepends = [],
97 extraFrameworkDirs = [],
106 "Data.Octree.Internal"],
109 defaultLanguage = Nothing,
111 defaultExtensions = [],
112 otherExtensions = [],
115 ScopedTypeVariables],
117 extraLibsStatic = [],
119 extraBundledLibs = [],
120 extraLibFlavours = [],
121 extraDynLibFlavours = [],
123 extraLibDirsStatic = [],
126 autogenIncludes = [],
127 installIncludes = [],
128 options = PerCompilerFlavor
131 profOptions = PerCompilerFlavor
135 PerCompilerFlavor [] [],
137 PerCompilerFlavor [] [],
139 PerCompilerFlavor [] [],
141 targetBuildDepends = [
144 (IntersectVersionRanges
151 (PackageName "AC-Vector")
153 (mkVersion [2, 3, 0]))
156 (PackageName "QuickCheck")
158 (mkVersion [2, 4, 0]))
161 condTreeConstraints = [
164 (IntersectVersionRanges
171 (PackageName "AC-Vector")
173 (mkVersion [2, 3, 0]))
176 (PackageName "QuickCheck")
178 (mkVersion [2, 4, 0]))
180 condTreeComponents = []},
181 condSubLibraries = [],
182 condForeignLibs = [],
183 condExecutables = [],
189 condTreeData = TestSuite {
190 testName = UnqualComponentName
192 testInterface = TestSuiteExeV10
195 "tests/test_Octree.hs"),
196 testBuildInfo = BuildInfo {
199 buildToolDepends = [],
207 pkgconfigDepends = [],
209 extraFrameworkDirs = [],
219 defaultLanguage = Nothing,
221 defaultExtensions = [],
222 otherExtensions = [],
225 extraLibsStatic = [],
227 extraBundledLibs = [],
228 extraLibFlavours = [],
229 extraDynLibFlavours = [],
231 extraLibDirsStatic = [],
234 autogenIncludes = [],
235 installIncludes = [],
236 options = PerCompilerFlavor
239 profOptions = PerCompilerFlavor
243 PerCompilerFlavor [] [],
245 PerCompilerFlavor [] [],
247 PerCompilerFlavor [] [],
249 targetBuildDepends = [
252 (IntersectVersionRanges
259 (PackageName "AC-Vector")
261 (mkVersion [2, 3, 0]))
264 (PackageName "QuickCheck")
266 (mkVersion [2, 4, 0]))
269 testCodeGenerators = []},
270 condTreeConstraints = [
273 (IntersectVersionRanges
280 (PackageName "AC-Vector")
282 (mkVersion [2, 3, 0]))
285 (PackageName "QuickCheck")
287 (mkVersion [2, 4, 0]))
289 condTreeComponents = []},
291 (UnqualComponentName "readme")
293 condTreeData = TestSuite {
294 testName = UnqualComponentName
296 testInterface = TestSuiteExeV10
298 (SymbolicPath "README.lhs"),
299 testBuildInfo = BuildInfo {
302 buildToolDepends = [],
310 pkgconfigDepends = [],
312 extraFrameworkDirs = [],
322 defaultLanguage = Nothing,
324 defaultExtensions = [],
325 otherExtensions = [],
328 extraLibsStatic = [],
330 extraBundledLibs = [],
331 extraLibFlavours = [],
332 extraDynLibFlavours = [],
334 extraLibDirsStatic = [],
337 autogenIncludes = [],
338 installIncludes = [],
339 options = PerCompilerFlavor
340 ["-pgmL", "markdown-unlit"]
342 profOptions = PerCompilerFlavor
346 PerCompilerFlavor [] [],
348 PerCompilerFlavor [] [],
350 PerCompilerFlavor [] [],
352 targetBuildDepends = [
355 (IntersectVersionRanges
362 (PackageName "AC-Vector")
364 (mkVersion [2, 3, 0]))
367 (PackageName "QuickCheck")
369 (mkVersion [2, 4, 0]))
372 (PackageName "markdown-unlit")
373 (OrLaterVersion (mkVersion [0]))
376 testCodeGenerators = []},
377 condTreeConstraints = [
380 (IntersectVersionRanges
387 (PackageName "AC-Vector")
389 (mkVersion [2, 3, 0]))
392 (PackageName "QuickCheck")
394 (mkVersion [2, 4, 0]))
397 (PackageName "markdown-unlit")
398 (OrLaterVersion (mkVersion [0]))
400 condTreeComponents = []}],