Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / common.expr
blobe39820ec833b5d7be35c7471f3f90ab20fd61a23
1 GenericPackageDescription {
2   packageDescription =
3   PackageDescription {
4     specVersion = CabalSpecV1_10,
5     package = PackageIdentifier {
6       pkgName = PackageName "common",
7       pkgVersion = mkVersion [0]},
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       SourceRepo {
20         repoKind = RepoHead,
21         repoType = Just
22           (KnownRepoType Git),
23         repoLocation = Just
24           "https://github.com/hvr/-.git",
25         repoModule = Nothing,
26         repoBranch = Nothing,
27         repoTag = Nothing,
28         repoSubdir = Nothing}],
29     synopsis =
30     "Common-stanza demo demo",
31     description = "",
32     category = "",
33     customFieldsPD = [
34       _×_ "x-revision" "1",
35       _×_
36         "x-follows-version-policy"
37         ""],
38     buildTypeRaw = Just Simple,
39     setupBuildInfo = Nothing,
40     library = Nothing,
41     subLibraries = [],
42     executables = [],
43     foreignLibs = [],
44     testSuites = [],
45     benchmarks = [],
46     dataFiles = [],
47     dataDir = SymbolicPath ".",
48     extraSrcFiles = [],
49     extraTmpFiles = [],
50     extraDocFiles = [],
51     extraFiles = []},
52   gpdScannedVersion = Nothing,
53   genPackageFlags = [],
54   condLibrary = Just
55     CondNode {
56       condTreeData = Library {
57         libName = LMainLibName,
58         exposedModules = [
59           ModuleName "ElseIf"],
60         reexportedModules = [],
61         signatures = [],
62         libExposed = True,
63         libVisibility =
64         LibraryVisibilityPublic,
65         libBuildInfo = BuildInfo {
66           buildable = True,
67           buildTools = [],
68           buildToolDepends = [],
69           cppOptions = [],
70           asmOptions = [],
71           cmmOptions = [],
72           ccOptions = [],
73           cxxOptions = [],
74           ldOptions = [],
75           hsc2hsOptions = [],
76           pkgconfigDepends = [],
77           frameworks = [],
78           extraFrameworkDirs = [],
79           asmSources = [],
80           cmmSources = [],
81           cSources = [],
82           cxxSources = [],
83           jsSources = [],
84           hsSourceDirs = [],
85           otherModules = [],
86           virtualModules = [],
87           autogenModules = [],
88           defaultLanguage = Just
89             Haskell2010,
90           otherLanguages = [],
91           defaultExtensions = [],
92           otherExtensions = [],
93           oldExtensions = [],
94           extraLibs = [],
95           extraLibsStatic = [],
96           extraGHCiLibs = [],
97           extraBundledLibs = [],
98           extraLibFlavours = [],
99           extraDynLibFlavours = [],
100           extraLibDirs = [],
101           extraLibDirsStatic = [],
102           includeDirs = [],
103           includes = [],
104           autogenIncludes = [],
105           installIncludes = [],
106           options = PerCompilerFlavor
107             []
108             [],
109           profOptions = PerCompilerFlavor
110             []
111             [],
112           sharedOptions =
113           PerCompilerFlavor [] [],
114           profSharedOptions =
115           PerCompilerFlavor [] [],
116           staticOptions =
117           PerCompilerFlavor [] [],
118           customFieldsBI = [],
119           targetBuildDepends = [
120             Dependency
121               (PackageName "ghc-prim")
122               (OrLaterVersion (mkVersion [0]))
123               mainLibSet],
124           mixins = []}},
125       condTreeConstraints = [
126         Dependency
127           (PackageName "ghc-prim")
128           (OrLaterVersion (mkVersion [0]))
129           mainLibSet],
130       condTreeComponents = []},
131   condSubLibraries = [],
132   condForeignLibs = [],
133   condExecutables = [],
134   condTestSuites = [
135     _×_
136       (UnqualComponentName "tests")
137       CondNode {
138         condTreeData = TestSuite {
139           testName = UnqualComponentName
140             "",
141           testInterface = TestSuiteExeV10
142             (mkVersion [1, 0])
143             (SymbolicPath "Tests.hs"),
144           testBuildInfo = BuildInfo {
145             buildable = True,
146             buildTools = [],
147             buildToolDepends = [],
148             cppOptions = [],
149             asmOptions = [],
150             cmmOptions = [],
151             ccOptions = [],
152             cxxOptions = [],
153             ldOptions = [],
154             hsc2hsOptions = [],
155             pkgconfigDepends = [],
156             frameworks = [],
157             extraFrameworkDirs = [],
158             asmSources = [],
159             cmmSources = [],
160             cSources = [],
161             cxxSources = [],
162             jsSources = [],
163             hsSourceDirs = [],
164             otherModules = [],
165             virtualModules = [],
166             autogenModules = [],
167             defaultLanguage = Nothing,
168             otherLanguages = [],
169             defaultExtensions = [],
170             otherExtensions = [],
171             oldExtensions = [],
172             extraLibs = [],
173             extraLibsStatic = [],
174             extraGHCiLibs = [],
175             extraBundledLibs = [],
176             extraLibFlavours = [],
177             extraDynLibFlavours = [],
178             extraLibDirs = [],
179             extraLibDirsStatic = [],
180             includeDirs = [],
181             includes = [],
182             autogenIncludes = [],
183             installIncludes = [],
184             options = PerCompilerFlavor
185               []
186               [],
187             profOptions = PerCompilerFlavor
188               []
189               [],
190             sharedOptions =
191             PerCompilerFlavor [] [],
192             profSharedOptions =
193             PerCompilerFlavor [] [],
194             staticOptions =
195             PerCompilerFlavor [] [],
196             customFieldsBI = [],
197             targetBuildDepends = [
198               Dependency
199                 (PackageName "HUnit")
200                 (OrLaterVersion (mkVersion [0]))
201                 mainLibSet],
202             mixins = []},
203           testCodeGenerators = []},
204         condTreeConstraints = [
205           Dependency
206             (PackageName "HUnit")
207             (OrLaterVersion (mkVersion [0]))
208             mainLibSet],
209         condTreeComponents = []}],
210   condBenchmarks = []}