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