Skip to content

Commit b085763

Browse files
committed
Update test outputs
1 parent 063f731 commit b085763

File tree

107 files changed

+181
-3
lines changed

Some content is hidden

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

107 files changed

+181
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Instead of 'cc-options: -Llibdir' use 'extra-lib-dirs: libdir'
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Instead of 'cc-options: -Ifolder' use 'include-dirs: folder'
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: 'cpp-options: -Q' is not a portable C-preprocessor flag.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Instead of 'cxx-options: -lgame' use 'extra-libraries: game'
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: 'cxx-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C++ code. Setting it yourself interferes with the --disable-optimization flag.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.

cabal-testsuite/PackageTests/Check/ConfiguredPackage/CabalVersion/AutoGenMods/cabal.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: Packages using 'cabal-version: 2.0' and the autogenerated module Paths_* must include it also on the 'autogen-modules' field besides 'exposed-modules' and 'other-modules'. This specifies that the module does not come with the package and is generated on setup. Modules built with a custom Setup.hs script also go here to ensure that commands like sdist don't fail.
46
Warning: Packages using 'cabal-version: 2.0' and the autogenerated module PackageInfo_* must include it in 'autogen-modules' as well as 'exposed-modules' and 'other-modules'. This specifies that the module does not come with the package and is generated on setup. Modules built with a custom Setup.hs script also go here to ensure that commands like sdist don't fail.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
34
Warning: From version 1.24 cabal supports specifying explicit dependencies for Custom setup scripts. Consider using 'cabal-version: 1.24' or higher and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:14:3: The field "default-extensions" is available only since the Cabal specification version 1.10. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:14:3: The field "default-language" is available only since the Cabal specification version 1.10. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Packages using 'cabal-version: >= 1.10' and before 'cabal-version: 3.4' must specify the 'default-language' field for each component (e.g. Haskell98 or Haskell2010). If a component uses different languages in different modules then list the other ones in the 'other-languages' field.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: Unfortunately the language extensions 'MonoPatBinds' break the parser in earlier Cabal versions so you need to specify 'cabal-version: >= 1.4'. Alternatively if you require compatibility with earlier Cabal versions then you may be able to use an equivalent compiler-specific flag.
46
Warning: Hackage would reject this package.

cabal-testsuite/PackageTests/Check/ConfiguredPackage/CabalVersion/Extensions/cabal.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Warning: The following warnings are likely to affect your build negatively:
33
Warning: For packages using 'cabal-version: >= 1.10' the 'extensions' field is deprecated. The new 'default-extensions' field lists extensions that are used in all modules in the component, while the 'other-extensions' field lists extensions that are used in some modules, e.g. via the {-# LANGUAGE #-} pragma.
44
Warning: These warnings may cause trouble when distributing the package:
55
Warning: pkg.cabal:14:3: The field "extensions" is deprecated in the Cabal specification version 1.12. Please use 'default-extensions' or 'other-extensions' fields.
6+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
67
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: To use the 'extra-doc-files' field the package needs to specify 'cabal-version: 1.18' or higher.
46
Warning: Hackage would reject this package.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:14:3: The field "extra-dynamic-library-flavours" is available only since the Cabal specification version 3.0. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
34
Warning: To use the 'extra-framework-dirs' field the package needs to specify 'cabal-version: 1.24' or higher.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:15:3: The field "mixins" is available only since the Cabal specification version 2.0. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: To use multiple 'library' sections or a named library section the package needs to specify at least 'cabal-version: 2.0'.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: To use the 'reexported-module' field the package needs to specify 'cabal-version: 1.22' or higher.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: The 'source-repository' section is new in Cabal 1.6. Unfortunately it messes up the parser in earlier Cabal versions so you need to specify 'cabal-version: >= 1.6'.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:14:3: The field "cmm-sources" is available only since the Cabal specification version 3.0. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: The 'test-suite' section is new in Cabal 1.10. Unfortunately it messes up the parser in older Cabal versions so you must specify at least 'cabal-version: >= 1.8', but note that only Cabal 1.10 and later can actually run such test suites.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: pkg.cabal:14:3: The field "virtual-modules" is available only since the Cabal specification version 2.2. This field will be ignored.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: Deprecated extensions: 'RecordPuns'. Instead of 'RecordPuns' use 'NamedFieldPuns'.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The package will not build sanely due to these errors:
33
Warning: The package has an impossible version range for a dependency on an internal library: pkg:internal >1.0. This version range does not include the current package, and must be removed as the current package's library will always be used.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: Invalid 'tested-with' version range: ghc ==6.10 && ==7.1. To indicate that you have tested a package with multiple different versions of the same compiler use multiple entries, for example 'tested-with: GHC==6.10.4, GHC==6.12.3' and not 'tested-with: GHC==6.10.4 && ==6.12.3'.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Languages listed as extensions: Haskell98. Languages must be specified in either the 'default-language' or the 'other-languages' field.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: No 'category' field.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Ignoring the 'custom-setup' section because the 'build-type' is not 'Custom'. Use 'build-type: Custom' if you need to use a custom Setup.hs script.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: No 'description' field.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: No 'maintainer' field.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: No 'synopsis' field.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: Package names with the prefix 'z-' are reserved by Cabal and cannot be used.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://cabal.readthedocs.io/en/stable/cabal-package.html#package-properties> for more details.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Unknown compiler 'figforth' in 'tested-with' field.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Unknown extensions: ObliqueTypes
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: Unknown languages: Haskell2030
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
2+
Warning: These warnings may cause trouble when distributing the package:
3+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
24
Warning: The following errors will cause portability problems on other environments:
35
Warning: 'ghc-options: -fasm' is unnecessary and will not work on CPU architectures other than x86, x86-64, ppc or sparc.
46
Warning: Hackage would reject this package.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cabal check
22
Warning: The following warnings are likely to affect your build negatively:
33
Warning: 'ghc-prof-options: -o' is not needed. The output files are named automatically.
4+
Warning: These warnings may cause trouble when distributing the package:
5+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.
46
Warning: Hackage would reject this package.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cabal check
22
Warning: These warnings may cause trouble when distributing the package:
33
Warning: Instead of 'ghc-shared-options: -fglasgow-exts' it is preferable to use the 'extensions' field.
4+
Warning: Please consider including a changelog file in the 'extra-doc-files' section of the .cabal file if it contains useful information for users of the package.

0 commit comments

Comments
 (0)