packages feed

hackport-0.8.0.0: cabal/Cabal-tests/tests/ParserTests/regressions/Octree-0.5.expr

GenericPackageDescription {
  packageDescription =
  PackageDescription {
    specVersion = CabalSpecV1_8,
    package = PackageIdentifier {
      pkgName = PackageName "Octree",
      pkgVersion = mkVersion [0, 5]},
    licenseRaw = Right BSD3,
    licenseFiles = [
      SymbolicPath "LICENSE"],
    copyright =
    "Copyright by Michal J. Gajda '2012",
    maintainer =
    "mjgajda@googlemail.com",
    author = "Michal J. Gajda",
    stability = "beta",
    testedWith = [
      _×_
        GHC
        (ThisVersion
          (mkVersion [7, 0, 4])),
      _×_
        GHC
        (ThisVersion
          (mkVersion [7, 4, 1])),
      _×_
        GHC
        (ThisVersion
          (mkVersion [7, 4, 2])),
      _×_
        GHC
        (ThisVersion
          (mkVersion [7, 6, 0]))],
    homepage =
    "https://github.com/mgajda/octree",
    pkgUrl =
    "http://hackage.haskell.org/package/octree",
    bugReports =
    "mailto:mjgajda@googlemail.com",
    sourceRepos = [
      SourceRepo {
        repoKind = RepoHead,
        repoType = Just
          (KnownRepoType Git),
        repoLocation = Just
          "git@github.com:mgajda/octree.git",
        repoModule = Nothing,
        repoBranch = Nothing,
        repoTag = Nothing,
        repoSubdir = Nothing}],
    synopsis =
    "Simple unbalanced Octree for storing data about 3D points",
    description =
    "Octree data structure is relatively shallow data structure for space partitioning.",
    category = "Data",
    customFieldsPD = [],
    buildTypeRaw = Just Simple,
    setupBuildInfo = Nothing,
    library = Nothing,
    subLibraries = [],
    executables = [],
    foreignLibs = [],
    testSuites = [],
    benchmarks = [],
    dataFiles = [],
    dataDir = ".",
    extraSrcFiles = [],
    extraTmpFiles = [],
    extraDocFiles = []},
  gpdScannedVersion = Nothing,
  genPackageFlags = [],
  condLibrary = Just
    CondNode {
      condTreeData = Library {
        libName = LMainLibName,
        exposedModules = [
          ModuleName "Data.Octree"],
        reexportedModules = [],
        signatures = [],
        libExposed = True,
        libVisibility =
        LibraryVisibilityPublic,
        libBuildInfo = BuildInfo {
          buildable = True,
          buildTools = [],
          buildToolDepends = [],
          cppOptions = [],
          asmOptions = [],
          cmmOptions = [],
          ccOptions = [],
          cxxOptions = [],
          ldOptions = [],
          hsc2hsOptions = [],
          pkgconfigDepends = [],
          frameworks = [],
          extraFrameworkDirs = [],
          asmSources = [],
          cmmSources = [],
          cSources = [],
          cxxSources = [],
          jsSources = [],
          hsSourceDirs = [],
          otherModules = [
            ModuleName
              "Data.Octree.Internal"],
          virtualModules = [],
          autogenModules = [],
          defaultLanguage = Nothing,
          otherLanguages = [],
          defaultExtensions = [],
          otherExtensions = [],
          oldExtensions = [
            EnableExtension
              ScopedTypeVariables],
          extraLibs = [],
          extraLibsStatic = [],
          extraGHCiLibs = [],
          extraBundledLibs = [],
          extraLibFlavours = [],
          extraDynLibFlavours = [],
          extraLibDirs = [],
          extraLibDirsStatic = [],
          includeDirs = [],
          includes = [],
          autogenIncludes = [],
          installIncludes = [],
          options = PerCompilerFlavor
            []
            [],
          profOptions = PerCompilerFlavor
            []
            [],
          sharedOptions =
          PerCompilerFlavor [] [],
          staticOptions =
          PerCompilerFlavor [] [],
          customFieldsBI = [],
          targetBuildDepends = [
            Dependency
              (PackageName "base")
              (IntersectVersionRanges
                (OrLaterVersion
                  (mkVersion [4, 0]))
                (EarlierVersion
                  (mkVersion [4, 7])))
              mainLibSet,
            Dependency
              (PackageName "AC-Vector")
              (OrLaterVersion
                (mkVersion [2, 3, 0]))
              mainLibSet,
            Dependency
              (PackageName "QuickCheck")
              (OrLaterVersion
                (mkVersion [2, 4, 0]))
              mainLibSet],
          mixins = []}},
      condTreeConstraints = [
        Dependency
          (PackageName "base")
          (IntersectVersionRanges
            (OrLaterVersion
              (mkVersion [4, 0]))
            (EarlierVersion
              (mkVersion [4, 7])))
          mainLibSet,
        Dependency
          (PackageName "AC-Vector")
          (OrLaterVersion
            (mkVersion [2, 3, 0]))
          mainLibSet,
        Dependency
          (PackageName "QuickCheck")
          (OrLaterVersion
            (mkVersion [2, 4, 0]))
          mainLibSet],
      condTreeComponents = []},
  condSubLibraries = [],
  condForeignLibs = [],
  condExecutables = [],
  condTestSuites = [
    _×_
      (UnqualComponentName
        "test_Octree")
      CondNode {
        condTreeData = TestSuite {
          testName = UnqualComponentName
            "",
          testInterface = TestSuiteExeV10
            (mkVersion [1, 0])
            "tests/test_Octree.hs",
          testBuildInfo = BuildInfo {
            buildable = True,
            buildTools = [],
            buildToolDepends = [],
            cppOptions = [],
            asmOptions = [],
            cmmOptions = [],
            ccOptions = [],
            cxxOptions = [],
            ldOptions = [],
            hsc2hsOptions = [],
            pkgconfigDepends = [],
            frameworks = [],
            extraFrameworkDirs = [],
            asmSources = [],
            cmmSources = [],
            cSources = [],
            cxxSources = [],
            jsSources = [],
            hsSourceDirs = [],
            otherModules = [],
            virtualModules = [],
            autogenModules = [],
            defaultLanguage = Nothing,
            otherLanguages = [],
            defaultExtensions = [],
            otherExtensions = [],
            oldExtensions = [],
            extraLibs = [],
            extraLibsStatic = [],
            extraGHCiLibs = [],
            extraBundledLibs = [],
            extraLibFlavours = [],
            extraDynLibFlavours = [],
            extraLibDirs = [],
            extraLibDirsStatic = [],
            includeDirs = [],
            includes = [],
            autogenIncludes = [],
            installIncludes = [],
            options = PerCompilerFlavor
              []
              [],
            profOptions = PerCompilerFlavor
              []
              [],
            sharedOptions =
            PerCompilerFlavor [] [],
            staticOptions =
            PerCompilerFlavor [] [],
            customFieldsBI = [],
            targetBuildDepends = [
              Dependency
                (PackageName "base")
                (IntersectVersionRanges
                  (OrLaterVersion
                    (mkVersion [4, 0]))
                  (EarlierVersion
                    (mkVersion [4, 7])))
                mainLibSet,
              Dependency
                (PackageName "AC-Vector")
                (OrLaterVersion
                  (mkVersion [2, 3, 0]))
                mainLibSet,
              Dependency
                (PackageName "QuickCheck")
                (OrLaterVersion
                  (mkVersion [2, 4, 0]))
                mainLibSet],
            mixins = []},
          testCodeGenerators = []},
        condTreeConstraints = [
          Dependency
            (PackageName "base")
            (IntersectVersionRanges
              (OrLaterVersion
                (mkVersion [4, 0]))
              (EarlierVersion
                (mkVersion [4, 7])))
            mainLibSet,
          Dependency
            (PackageName "AC-Vector")
            (OrLaterVersion
              (mkVersion [2, 3, 0]))
            mainLibSet,
          Dependency
            (PackageName "QuickCheck")
            (OrLaterVersion
              (mkVersion [2, 4, 0]))
            mainLibSet],
        condTreeComponents = []},
    _×_
      (UnqualComponentName "readme")
      CondNode {
        condTreeData = TestSuite {
          testName = UnqualComponentName
            "",
          testInterface = TestSuiteExeV10
            (mkVersion [1, 0])
            "README.lhs",
          testBuildInfo = BuildInfo {
            buildable = True,
            buildTools = [],
            buildToolDepends = [],
            cppOptions = [],
            asmOptions = [],
            cmmOptions = [],
            ccOptions = [],
            cxxOptions = [],
            ldOptions = [],
            hsc2hsOptions = [],
            pkgconfigDepends = [],
            frameworks = [],
            extraFrameworkDirs = [],
            asmSources = [],
            cmmSources = [],
            cSources = [],
            cxxSources = [],
            jsSources = [],
            hsSourceDirs = [],
            otherModules = [],
            virtualModules = [],
            autogenModules = [],
            defaultLanguage = Nothing,
            otherLanguages = [],
            defaultExtensions = [],
            otherExtensions = [],
            oldExtensions = [],
            extraLibs = [],
            extraLibsStatic = [],
            extraGHCiLibs = [],
            extraBundledLibs = [],
            extraLibFlavours = [],
            extraDynLibFlavours = [],
            extraLibDirs = [],
            extraLibDirsStatic = [],
            includeDirs = [],
            includes = [],
            autogenIncludes = [],
            installIncludes = [],
            options = PerCompilerFlavor
              ["-pgmL", "markdown-unlit"]
              [],
            profOptions = PerCompilerFlavor
              []
              [],
            sharedOptions =
            PerCompilerFlavor [] [],
            staticOptions =
            PerCompilerFlavor [] [],
            customFieldsBI = [],
            targetBuildDepends = [
              Dependency
                (PackageName "base")
                (IntersectVersionRanges
                  (OrLaterVersion
                    (mkVersion [4, 0]))
                  (EarlierVersion
                    (mkVersion [4, 7])))
                mainLibSet,
              Dependency
                (PackageName "AC-Vector")
                (OrLaterVersion
                  (mkVersion [2, 3, 0]))
                mainLibSet,
              Dependency
                (PackageName "QuickCheck")
                (OrLaterVersion
                  (mkVersion [2, 4, 0]))
                mainLibSet,
              Dependency
                (PackageName "markdown-unlit")
                (OrLaterVersion (mkVersion [0]))
                mainLibSet],
            mixins = []},
          testCodeGenerators = []},
        condTreeConstraints = [
          Dependency
            (PackageName "base")
            (IntersectVersionRanges
              (OrLaterVersion
                (mkVersion [4, 0]))
              (EarlierVersion
                (mkVersion [4, 7])))
            mainLibSet,
          Dependency
            (PackageName "AC-Vector")
            (OrLaterVersion
              (mkVersion [2, 3, 0]))
            mainLibSet,
          Dependency
            (PackageName "QuickCheck")
            (OrLaterVersion
              (mkVersion [2, 4, 0]))
            mainLibSet,
          Dependency
            (PackageName "markdown-unlit")
            (OrLaterVersion (mkVersion [0]))
            mainLibSet],
        condTreeComponents = []}],
  condBenchmarks = []}