1GenericPackageDescription
2  {condBenchmarks = [],
3   condExecutables = [],
4   condForeignLibs = [],
5   condLibrary = Just
6                   CondNode
7                     {condTreeComponents = [],
8                      condTreeConstraints = [],
9                      condTreeData = Library
10                                       {exposedModules = [],
11                                        libBuildInfo = BuildInfo
12                                                         {asmOptions = [],
13                                                          asmSources = [],
14                                                          autogenIncludes = [],
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                                                          extraDynLibFlavours = [],
31                                                          extraFrameworkDirs = [],
32                                                          extraGHCiLibs = [],
33                                                          extraLibDirs = [],
34                                                          extraLibFlavours = [],
35                                                          extraLibs = [],
36                                                          frameworks = [],
37                                                          hsSourceDirs = [],
38                                                          includeDirs = [],
39                                                          includes = [],
40                                                          installIncludes = [],
41                                                          jsSources = [],
42                                                          ldOptions = [],
43                                                          mixins = [],
44                                                          oldExtensions = [],
45                                                          options = PerCompilerFlavor [] [],
46                                                          otherExtensions = [],
47                                                          otherLanguages = [],
48                                                          otherModules = [],
49                                                          pkgconfigDepends = [],
50                                                          profOptions = PerCompilerFlavor [] [],
51                                                          sharedOptions = PerCompilerFlavor [] [],
52                                                          staticOptions = PerCompilerFlavor [] [],
53                                                          targetBuildDepends = [],
54                                                          virtualModules = []},
55                                        libExposed = True,
56                                        libName = LMainLibName,
57                                        libVisibility = LibraryVisibilityPublic,
58                                        reexportedModules = [],
59                                        signatures = []}},
60   condSubLibraries = [],
61   condTestSuites = [],
62   genPackageFlags = [],
63   gpdScannedVersion = Nothing,
64   packageDescription = PackageDescription
65                          {author = "",
66                           benchmarks = [],
67                           bugReports = "",
68                           buildTypeRaw = Nothing,
69                           category = "",
70                           copyright = "",
71                           customFieldsPD = [],
72                           dataDir = ".",
73                           dataFiles = [],
74                           description = concat ["foo\n", "  indent2\n", "    indent4"],
75                           executables = [],
76                           extraDocFiles = [],
77                           extraSrcFiles = [],
78                           extraTmpFiles = [],
79                           foreignLibs = [],
80                           homepage = "",
81                           library = Nothing,
82                           licenseFiles = [],
83                           licenseRaw = Left NONE,
84                           maintainer = "",
85                           package = PackageIdentifier
86                                       {pkgName = PackageName "indentation",
87                                        pkgVersion = mkVersion [0]},
88                           pkgUrl = "",
89                           setupBuildInfo = Nothing,
90                           sourceRepos = [],
91                           specVersion = CabalSpecV3_0,
92                           stability = "",
93                           subLibraries = [],
94                           synopsis = "",
95                           testSuites = [],
96                           testedWith = []}}
97