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.
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
25 -- A short (one-line) description of the package.
28 -- A longer description of the package.
31 -- URL for the project homepage or repository.
34 -- The license under which the package is released.
37 -- The file containing the license text.
40 -- The package author(s).
43 -- An email address to which users can send suggestions, bug reports, and patches.
44 maintainer: foo-kmett@kmett.kmett
46 -- A copyright notice.
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: