Skip to content

Commit f143727

Browse files
committed
restore test files
1 parent 76a0dfa commit f143727

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+18103
-18572
lines changed

Cabal-tests/tests/ParserTests/regressions/Octree-0.5.expr

Lines changed: 218 additions & 235 deletions
Large diffs are not rendered by default.
Lines changed: 80 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GenericPackageDescription' {
2-
packageDescriptionInternal =
1+
GenericPackageDescription {
2+
packageDescription =
33
PackageDescription {
44
specVersion = CabalSpecV3_0,
55
package = PackageIdentifier {
@@ -34,93 +34,88 @@ GenericPackageDescription' {
3434
extraTmpFiles = [],
3535
extraDocFiles = [],
3636
extraFiles = []},
37-
gpdScannedVersionInternal =
38-
Nothing,
39-
genPackageFlagsInternal = [],
40-
gpdCommonStanzas = Map.fromList
41-
[],
42-
condLibraryUnmerged = Just
37+
gpdScannedVersion = Nothing,
38+
genPackageFlags = [],
39+
condLibrary = Just
4340
CondNode {
44-
condTreeData = WithImports {
45-
getImportNames = [],
46-
unImportNames = Library {
47-
libName = LMainLibName,
48-
exposedModules = [
49-
ModuleName "AnyNone"],
50-
reexportedModules = [],
51-
signatures = [],
52-
libExposed = True,
53-
libVisibility =
54-
LibraryVisibilityPublic,
55-
libBuildInfo = BuildInfo {
56-
buildable = True,
57-
buildTools = [],
58-
buildToolDepends = [],
59-
cppOptions = [],
60-
asmOptions = [],
61-
cmmOptions = [],
62-
ccOptions = [],
63-
cxxOptions = [],
64-
jsppOptions = [],
65-
ldOptions = [],
66-
hsc2hsOptions = [],
67-
pkgconfigDepends = [],
68-
frameworks = [],
69-
extraFrameworkDirs = [],
70-
asmSources = [],
71-
cmmSources = [],
72-
cSources = [],
73-
cxxSources = [],
74-
jsSources = [],
75-
hsSourceDirs = [],
76-
otherModules = [],
77-
virtualModules = [],
78-
autogenModules = [],
79-
defaultLanguage = Just
80-
Haskell2010,
81-
otherLanguages = [],
82-
defaultExtensions = [],
83-
otherExtensions = [],
84-
oldExtensions = [],
85-
extraLibs = [],
86-
extraLibsStatic = [],
87-
extraGHCiLibs = [],
88-
extraBundledLibs = [],
89-
extraLibFlavours = [],
90-
extraDynLibFlavours = [],
91-
extraLibDirs = [],
92-
extraLibDirsStatic = [],
93-
includeDirs = [],
94-
includes = [],
95-
autogenIncludes = [],
96-
installIncludes = [],
97-
options = PerCompilerFlavor
98-
[]
99-
[],
100-
profOptions = PerCompilerFlavor
101-
[]
102-
[],
103-
sharedOptions =
104-
PerCompilerFlavor [] [],
105-
profSharedOptions =
106-
PerCompilerFlavor [] [],
107-
staticOptions =
108-
PerCompilerFlavor [] [],
109-
customFieldsBI = [],
110-
targetBuildDepends = [
111-
Dependency
112-
(PackageName "base")
113-
(OrLaterVersion (mkVersion [0]))
114-
mainLibSet],
115-
mixins = []}}},
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+
jsppOptions = [],
56+
asmOptions = [],
57+
cmmOptions = [],
58+
ccOptions = [],
59+
cxxOptions = [],
60+
ldOptions = [],
61+
hsc2hsOptions = [],
62+
pkgconfigDepends = [],
63+
frameworks = [],
64+
extraFrameworkDirs = [],
65+
asmSources = [],
66+
cmmSources = [],
67+
cSources = [],
68+
cxxSources = [],
69+
jsSources = [],
70+
hsSourceDirs = [],
71+
otherModules = [],
72+
virtualModules = [],
73+
autogenModules = [],
74+
defaultLanguage = Just
75+
Haskell2010,
76+
otherLanguages = [],
77+
defaultExtensions = [],
78+
otherExtensions = [],
79+
oldExtensions = [],
80+
extraLibs = [],
81+
extraLibsStatic = [],
82+
extraGHCiLibs = [],
83+
extraBundledLibs = [],
84+
extraLibFlavours = [],
85+
extraDynLibFlavours = [],
86+
extraLibDirs = [],
87+
extraLibDirsStatic = [],
88+
includeDirs = [],
89+
includes = [],
90+
autogenIncludes = [],
91+
installIncludes = [],
92+
options = PerCompilerFlavor
93+
[]
94+
[],
95+
profOptions = PerCompilerFlavor
96+
[]
97+
[],
98+
sharedOptions =
99+
PerCompilerFlavor [] [],
100+
profSharedOptions =
101+
PerCompilerFlavor [] [],
102+
staticOptions =
103+
PerCompilerFlavor [] [],
104+
customFieldsBI = [],
105+
targetBuildDepends = [
106+
Dependency
107+
(PackageName "base")
108+
(OrLaterVersion (mkVersion [0]))
109+
mainLibSet],
110+
mixins = []}},
116111
condTreeConstraints = [
117112
Dependency
118113
(PackageName "base")
119114
(OrLaterVersion (mkVersion [0]))
120115
mainLibSet],
121116
condTreeComponents = []},
122-
condSubLibrariesUnmerged = [],
123-
condForeignLibsUnmerged = [],
124-
condExecutablesUnmerged = [],
125-
condTestSuitesUnmerged = [],
126-
condBenchmarksUnmerged = []}
117+
condSubLibraries = [],
118+
condForeignLibs = [],
119+
condExecutables = [],
120+
condTestSuites = [],
121+
condBenchmarks = []}
Lines changed: 75 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GenericPackageDescription' {
2-
packageDescriptionInternal =
1+
GenericPackageDescription {
2+
packageDescription =
33
PackageDescription {
44
specVersion = CabalSpecV3_0,
55
package = PackageIdentifier {
@@ -36,84 +36,79 @@ GenericPackageDescription' {
3636
extraTmpFiles = [],
3737
extraDocFiles = [],
3838
extraFiles = []},
39-
gpdScannedVersionInternal =
40-
Nothing,
41-
genPackageFlagsInternal = [],
42-
gpdCommonStanzas = Map.fromList
43-
[],
44-
condLibraryUnmerged = Just
39+
gpdScannedVersion = Nothing,
40+
genPackageFlags = [],
41+
condLibrary = Just
4542
CondNode {
46-
condTreeData = WithImports {
47-
getImportNames = [],
48-
unImportNames = Library {
49-
libName = LMainLibName,
50-
exposedModules = [],
51-
reexportedModules = [],
52-
signatures = [],
53-
libExposed = True,
54-
libVisibility =
55-
LibraryVisibilityPublic,
56-
libBuildInfo = BuildInfo {
57-
buildable = True,
58-
buildTools = [],
59-
buildToolDepends = [],
60-
cppOptions = [],
61-
asmOptions = [],
62-
cmmOptions = [],
63-
ccOptions = [],
64-
cxxOptions = [],
65-
jsppOptions = [],
66-
ldOptions = [],
67-
hsc2hsOptions = [],
68-
pkgconfigDepends = [],
69-
frameworks = [],
70-
extraFrameworkDirs = [],
71-
asmSources = [],
72-
cmmSources = [],
73-
cSources = [],
74-
cxxSources = [],
75-
jsSources = [],
76-
hsSourceDirs = [],
77-
otherModules = [],
78-
virtualModules = [],
79-
autogenModules = [],
80-
defaultLanguage = Just
81-
Haskell2010,
82-
otherLanguages = [],
83-
defaultExtensions = [],
84-
otherExtensions = [],
85-
oldExtensions = [],
86-
extraLibs = [],
87-
extraLibsStatic = [],
88-
extraGHCiLibs = [],
89-
extraBundledLibs = [],
90-
extraLibFlavours = [],
91-
extraDynLibFlavours = [],
92-
extraLibDirs = [],
93-
extraLibDirsStatic = [],
94-
includeDirs = [],
95-
includes = [],
96-
autogenIncludes = [],
97-
installIncludes = [],
98-
options = PerCompilerFlavor
99-
[]
100-
[],
101-
profOptions = PerCompilerFlavor
102-
[]
103-
[],
104-
sharedOptions =
105-
PerCompilerFlavor [] [],
106-
profSharedOptions =
107-
PerCompilerFlavor [] [],
108-
staticOptions =
109-
PerCompilerFlavor [] [],
110-
customFieldsBI = [],
111-
targetBuildDepends = [],
112-
mixins = []}}},
43+
condTreeData = Library {
44+
libName = LMainLibName,
45+
exposedModules = [],
46+
reexportedModules = [],
47+
signatures = [],
48+
libExposed = True,
49+
libVisibility =
50+
LibraryVisibilityPublic,
51+
libBuildInfo = BuildInfo {
52+
buildable = True,
53+
buildTools = [],
54+
buildToolDepends = [],
55+
cppOptions = [],
56+
jsppOptions = [],
57+
asmOptions = [],
58+
cmmOptions = [],
59+
ccOptions = [],
60+
cxxOptions = [],
61+
ldOptions = [],
62+
hsc2hsOptions = [],
63+
pkgconfigDepends = [],
64+
frameworks = [],
65+
extraFrameworkDirs = [],
66+
asmSources = [],
67+
cmmSources = [],
68+
cSources = [],
69+
cxxSources = [],
70+
jsSources = [],
71+
hsSourceDirs = [],
72+
otherModules = [],
73+
virtualModules = [],
74+
autogenModules = [],
75+
defaultLanguage = Just
76+
Haskell2010,
77+
otherLanguages = [],
78+
defaultExtensions = [],
79+
otherExtensions = [],
80+
oldExtensions = [],
81+
extraLibs = [],
82+
extraLibsStatic = [],
83+
extraGHCiLibs = [],
84+
extraBundledLibs = [],
85+
extraLibFlavours = [],
86+
extraDynLibFlavours = [],
87+
extraLibDirs = [],
88+
extraLibDirsStatic = [],
89+
includeDirs = [],
90+
includes = [],
91+
autogenIncludes = [],
92+
installIncludes = [],
93+
options = PerCompilerFlavor
94+
[]
95+
[],
96+
profOptions = PerCompilerFlavor
97+
[]
98+
[],
99+
sharedOptions =
100+
PerCompilerFlavor [] [],
101+
profSharedOptions =
102+
PerCompilerFlavor [] [],
103+
staticOptions =
104+
PerCompilerFlavor [] [],
105+
customFieldsBI = [],
106+
targetBuildDepends = [],
107+
mixins = []}},
113108
condTreeConstraints = [],
114109
condTreeComponents = []},
115-
condSubLibrariesUnmerged = [],
116-
condForeignLibsUnmerged = [],
117-
condExecutablesUnmerged = [],
118-
condTestSuitesUnmerged = [],
119-
condBenchmarksUnmerged = []}
110+
condSubLibraries = [],
111+
condForeignLibs = [],
112+
condExecutables = [],
113+
condTestSuites = [],
114+
condBenchmarks = []}

0 commit comments

Comments
 (0)