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