Minor refactor: spell out max supported GHC once (#10663)
[cabal.git] / cabal-install / tests / fixtures / init / golden / pkg-desc / pkg-with-comments.golden
blob2794b5bd7c46bcedf9741f36cf61320f4d7a1596
1 cabal-version:      3.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:               y
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:            0.1.0.0
25 -- A short (one-line) description of the package.
26 synopsis:           synopsis
28 -- A longer description of the package.
29 -- description:
31 -- URL for the project homepage or repository.
32 homepage:           home
34 -- The license under which the package is released.
35 license:            BSD-3-Clause
37 -- The file containing the license text.
38 license-file:       LICENSE
40 -- The package author(s).
41 author:             foo-kmett
43 -- An email address to which users can send suggestions, bug reports, and patches.
44 maintainer:         foo-kmett@kmett.kmett
46 -- A copyright notice.
47 -- copyright:
48 category:           Data
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: