From 7b848c8e33a7da3b74428b726f271fe4f5b32b54 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Fri, 1 Jul 2022 22:08:02 +0200 Subject: [PATCH] Cabal description and meta fields --- qbe.cabal | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/qbe.cabal b/qbe.cabal index f370ba6..d8eb7f3 100644 --- a/qbe.cabal +++ b/qbe.cabal @@ -2,17 +2,30 @@ cabal-version: 3.0 name: qbe -- First component matches the QBE major version version: 1.1.0.0 --- synopsis: --- description: +synopsis: Types and prettyprinter for the IL of the QBE compiler backend +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-file: LICENSE author: Francesco Gazzetta -maintainer: fgaz@fgaz.me +maintainer: Francesco Gazzetta copyright: 2022 Francesco Gazzetta category: Language build-type: Simple extra-doc-files: CHANGELOG.md 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 ghc-options: -Wall