Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / anynone.expr
blob919f554180ae3a0814996d4f7c85b33a6d3afe06
1 GenericPackageDescription {
2   packageDescription =
3   PackageDescription {
4     specVersion = CabalSpecV3_0,
5     package = PackageIdentifier {
6       pkgName = PackageName "anynone",
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     synopsis = "The -any none demo",
20     description = "",
21     category = "",
22     customFieldsPD = [],
23     buildTypeRaw = Just Simple,
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           ModuleName "AnyNone"],
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             Dependency
106               (PackageName "base")
107               (OrLaterVersion (mkVersion [0]))
108               mainLibSet],
109           mixins = []}},
110       condTreeConstraints = [
111         Dependency
112           (PackageName "base")
113           (OrLaterVersion (mkVersion [0]))
114           mainLibSet],
115       condTreeComponents = []},
116   condSubLibraries = [],
117   condForeignLibs = [],
118   condExecutables = [],
119   condTestSuites = [],
120   condBenchmarks = []}