Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / issue-6083-pkg-pkg.expr
blob26a3c26095999b1f775dc91902f5c09f45951c41
1 GenericPackageDescription {
2   packageDescription =
3   PackageDescription {
4     specVersion = CabalSpecV3_0,
5     package = PackageIdentifier {
6       pkgName = PackageName "issue",
7       pkgVersion = mkVersion [6083]},
8     licenseRaw = Left NONE,
9     licenseFiles = [],
10     copyright = "",
11     maintainer = "",
12     author = "",
13     stability = "",
14     testedWith = [],
15     homepage = "",
16     pkgUrl = "",
17     bugReports = "",
18     sourceRepos = [],
19     synopsis = "",
20     description = "",
21     category = "",
22     customFieldsPD = [],
23     buildTypeRaw = Nothing,
24     setupBuildInfo = Nothing,
25     library = Nothing,
26     subLibraries = [],
27     executables = [],
28     foreignLibs = [],
29     testSuites = [],
30     benchmarks = [],
31     dataFiles = [],
32     dataDir = SymbolicPath ".",
33     extraSrcFiles = [],
34     extraTmpFiles = [],
35     extraDocFiles = [],
36     extraFiles = []},
37   gpdScannedVersion = Nothing,
38   genPackageFlags = [],
39   condLibrary = Just
40     CondNode {
41       condTreeData = Library {
42         libName = LMainLibName,
43         exposedModules = [],
44         reexportedModules = [],
45         signatures = [],
46         libExposed = True,
47         libVisibility =
48         LibraryVisibilityPublic,
49         libBuildInfo = BuildInfo {
50           buildable = True,
51           buildTools = [],
52           buildToolDepends = [],
53           cppOptions = [],
54           asmOptions = [],
55           cmmOptions = [],
56           ccOptions = [],
57           cxxOptions = [],
58           ldOptions = [],
59           hsc2hsOptions = [],
60           pkgconfigDepends = [],
61           frameworks = [],
62           extraFrameworkDirs = [],
63           asmSources = [],
64           cmmSources = [],
65           cSources = [],
66           cxxSources = [],
67           jsSources = [],
68           hsSourceDirs = [],
69           otherModules = [],
70           virtualModules = [],
71           autogenModules = [],
72           defaultLanguage = Just
73             Haskell2010,
74           otherLanguages = [],
75           defaultExtensions = [],
76           otherExtensions = [],
77           oldExtensions = [],
78           extraLibs = [],
79           extraLibsStatic = [],
80           extraGHCiLibs = [],
81           extraBundledLibs = [],
82           extraLibFlavours = [],
83           extraDynLibFlavours = [],
84           extraLibDirs = [],
85           extraLibDirsStatic = [],
86           includeDirs = [],
87           includes = [],
88           autogenIncludes = [],
89           installIncludes = [],
90           options = PerCompilerFlavor
91             []
92             [],
93           profOptions = PerCompilerFlavor
94             []
95             [],
96           sharedOptions =
97           PerCompilerFlavor [] [],
98           profSharedOptions =
99           PerCompilerFlavor [] [],
100           staticOptions =
101           PerCompilerFlavor [] [],
102           customFieldsBI = [],
103           targetBuildDepends = [
104             Dependency
105               (PackageName "freetype")
106               (OrLaterVersion (mkVersion [0]))
107               mainLibSet,
108             Dependency
109               (PackageName "freetype")
110               (OrLaterVersion (mkVersion [0]))
111               mainLibSet],
112           mixins = []}},
113       condTreeConstraints = [
114         Dependency
115           (PackageName "freetype")
116           (OrLaterVersion (mkVersion [0]))
117           mainLibSet,
118         Dependency
119           (PackageName "freetype")
120           (OrLaterVersion (mkVersion [0]))
121           mainLibSet],
122       condTreeComponents = []},
123   condSubLibraries = [],
124   condForeignLibs = [],
125   condExecutables = [],
126   condTestSuites = [],
127   condBenchmarks = []}