validate dependabot configuration
[cabal.git] / cabal-install / tests / fixtures / init / golden / pkg-desc / pkg-old-cabal-with-flags.golden
blob4b014ec9a6394574f86de5b96add4f34ae84aa59
1 cabal-version:      2.0
2 -- The cabal-version field refers to the version of the .cabal specification,
3 -- and can be different from the cabal-install (the tool) version and the
4 -- Cabal (the library) version you are using. As such, the Cabal (the library)
5 -- version used must be equal or greater than the version stated in this field.
6 -- Starting from the specification version 2.2, the cabal-version field must be
7 -- the first thing in the cabal file.
9 -- Initial package description 'y' generated by
10 -- 'cabal init'. For further documentation, see:
11 --   http://haskell.org/cabal/users-guide/
13 -- The name of the package.
14 name:               QuxPackage
16 -- The package version.
17 -- See the Haskell package versioning policy (PVP) for standards
18 -- guiding when and how versions should be incremented.
19 -- https://pvp.haskell.org
20 -- PVP summary:     +-+------- breaking API changes
21 --                  | | +----- non-breaking API additions
22 --                  | | | +--- code changes with no API change
23 version:            4.2.6
25 -- A short (one-line) description of the package.
26 synopsis:           We are Qux, and this is our package
28 -- A longer description of the package.
29 -- description:
31 -- URL for the project homepage or repository.
32 homepage:           qux.com
34 -- The license under which the package is released.
35 license:            MIT
37 -- The file containing the license text.
38 license-file:       LICENSE
40 -- The package author(s).
41 author:             Foobar
43 -- An email address to which users can send suggestions, bug reports, and patches.
44 maintainer:         foobar@qux.com
46 -- A copyright notice.
47 -- copyright:
48 category:           Control
49 build-type:         Simple
51 -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
52 extra-doc-files:    CHANGELOG.md
54 -- Extra source files to be distributed with the package, such as examples, or a tutorial module.
55 -- extra-source-files: