Change license :: License to Either SPDX.License License
[cabal.git] / Cabal / tests / ParserTests / regressions / common.expr
blob9341df23fd1fbaff848bdf919b51587ebec2ee26
1 GenericPackageDescription
2   {condBenchmarks = [],
3    condExecutables = [],
4    condForeignLibs = [],
5    condLibrary = Just
6                    CondNode
7                      {condTreeComponents = [],
8                       condTreeConstraints = [Dependency
9                                                `PackageName "ghc-prim"` AnyVersion],
10                       condTreeData = Library
11                                        {exposedModules = [`ModuleName ["ElseIf"]`],
12                                         libBuildInfo = BuildInfo
13                                                          {asmOptions = [],
14                                                           asmSources = [],
15                                                           autogenModules = [],
16                                                           buildToolDepends = [],
17                                                           buildTools = [],
18                                                           buildable = True,
19                                                           cSources = [],
20                                                           ccOptions = [],
21                                                           cmmOptions = [],
22                                                           cmmSources = [],
23                                                           cppOptions = [],
24                                                           customFieldsBI = [],
25                                                           cxxOptions = [],
26                                                           cxxSources = [],
27                                                           defaultExtensions = [],
28                                                           defaultLanguage = Just Haskell2010,
29                                                           extraBundledLibs = [],
30                                                           extraFrameworkDirs = [],
31                                                           extraGHCiLibs = [],
32                                                           extraLibDirs = [],
33                                                           extraLibFlavours = [],
34                                                           extraLibs = [],
35                                                           frameworks = [],
36                                                           hsSourceDirs = [],
37                                                           includeDirs = [],
38                                                           includes = [],
39                                                           installIncludes = [],
40                                                           jsSources = [],
41                                                           ldOptions = [],
42                                                           mixins = [],
43                                                           oldExtensions = [],
44                                                           options = [],
45                                                           otherExtensions = [],
46                                                           otherLanguages = [],
47                                                           otherModules = [],
48                                                           pkgconfigDepends = [],
49                                                           profOptions = [],
50                                                           sharedOptions = [],
51                                                           staticOptions = [],
52                                                           targetBuildDepends = [Dependency
53                                                                                   `PackageName "ghc-prim"`
54                                                                                   AnyVersion],
55                                                           virtualModules = []},
56                                         libExposed = True,
57                                         libName = Nothing,
58                                         reexportedModules = [],
59                                         signatures = []}},
60    condSubLibraries = [],
61    condTestSuites = [_×_
62                        `UnqualComponentName "tests"`
63                        CondNode
64                          {condTreeComponents = [],
65                           condTreeConstraints = [Dependency
66                                                    `PackageName "HUnit"` AnyVersion],
67                           condTreeData = TestSuite
68                                            {testBuildInfo = BuildInfo
69                                                               {asmOptions = [],
70                                                                asmSources = [],
71                                                                autogenModules = [],
72                                                                buildToolDepends = [],
73                                                                buildTools = [],
74                                                                buildable = True,
75                                                                cSources = [],
76                                                                ccOptions = [],
77                                                                cmmOptions = [],
78                                                                cmmSources = [],
79                                                                cppOptions = [],
80                                                                customFieldsBI = [],
81                                                                cxxOptions = [],
82                                                                cxxSources = [],
83                                                                defaultExtensions = [],
84                                                                defaultLanguage = Nothing,
85                                                                extraBundledLibs = [],
86                                                                extraFrameworkDirs = [],
87                                                                extraGHCiLibs = [],
88                                                                extraLibDirs = [],
89                                                                extraLibFlavours = [],
90                                                                extraLibs = [],
91                                                                frameworks = [],
92                                                                hsSourceDirs = [],
93                                                                includeDirs = [],
94                                                                includes = [],
95                                                                installIncludes = [],
96                                                                jsSources = [],
97                                                                ldOptions = [],
98                                                                mixins = [],
99                                                                oldExtensions = [],
100                                                                options = [],
101                                                                otherExtensions = [],
102                                                                otherLanguages = [],
103                                                                otherModules = [],
104                                                                pkgconfigDepends = [],
105                                                                profOptions = [],
106                                                                sharedOptions = [],
107                                                                staticOptions = [],
108                                                                targetBuildDepends = [Dependency
109                                                                                        `PackageName "HUnit"`
110                                                                                        AnyVersion],
111                                                                virtualModules = []},
112                                             testInterface = TestSuiteExeV10
113                                                               `mkVersion [1,0]` "Tests.hs",
114                                             testName = `UnqualComponentName ""`}}],
115    genPackageFlags = [],
116    packageDescription = PackageDescription
117                           {author = "",
118                            benchmarks = [],
119                            bugReports = "",
120                            buildDepends = [],
121                            buildTypeRaw = Just Simple,
122                            category = "",
123                            copyright = "",
124                            customFieldsPD = [],
125                            dataDir = "",
126                            dataFiles = [],
127                            description = "",
128                            executables = [],
129                            extraDocFiles = [],
130                            extraSrcFiles = [],
131                            extraTmpFiles = [],
132                            foreignLibs = [],
133                            homepage = "",
134                            library = Nothing,
135                            licenseFiles = [],
136                            licenseRaw = Left NONE,
137                            maintainer = "",
138                            package = PackageIdentifier
139                                        {pkgName = `PackageName "common"`,
140                                         pkgVersion = `mkVersion [0]`},
141                            pkgUrl = "",
142                            setupBuildInfo = Nothing,
143                            sourceRepos = [SourceRepo
144                                             {repoBranch = Nothing,
145                                              repoKind = RepoHead,
146                                              repoLocation = Just "https://github.com/hvr/-.git",
147                                              repoModule = Nothing,
148                                              repoSubdir = Nothing,
149                                              repoTag = Nothing,
150                                              repoType = Just Git}],
151                            specVersionRaw = Right (OrLaterVersion `mkVersion [1,10]`),
152                            stability = "",
153                            subLibraries = [],
154                            synopsis = "Common-stanza demo demo",
155                            testSuites = [],
156                            testedWith = []}}