Cabal description and meta fields

This commit is contained in:
Francesco Gazzetta
2022-07-01 22:08:02 +02:00
parent ad43f84733
commit 7b848c8e33

View File

@@ -2,17 +2,30 @@ cabal-version: 3.0
name: qbe name: qbe
-- First component matches the QBE major version -- First component matches the QBE major version
version: 1.1.0.0 version: 1.1.0.0
-- synopsis: synopsis: Types and prettyprinter for the IL of the QBE compiler backend
-- description: description:
This library provides types representing the intermediate language of the QBE
compiler backend.
It also provides pretty-printing instances based on
the [@prettyprinter@](https://hackage.haskell.org/package/prettyprinter)
library, that emit the textual representation of the IL.
homepage: https://sr.ht/~fgaz/qbe-hs
bug-reports: https://todo.sr.ht/~fgaz/qbe-hs
license: BSD-3-Clause license: BSD-3-Clause
license-file: LICENSE license-file: LICENSE
author: Francesco Gazzetta author: Francesco Gazzetta
maintainer: fgaz@fgaz.me maintainer: Francesco Gazzetta <fgaz@fgaz.me>
copyright: 2022 Francesco Gazzetta copyright: 2022 Francesco Gazzetta
category: Language category: Language
build-type: Simple build-type: Simple
extra-doc-files: CHANGELOG.md extra-doc-files: CHANGELOG.md
extra-source-files: golden/*.qbe extra-source-files: golden/*.qbe
tested-with:
, GHC == 9.2.2
source-repository head
type: git
location: https://git.sr.ht/~fgaz/qbe-hs
common common common common
ghc-options: -Wall ghc-options: -Wall