From fe1e63da4567ab263f0e3cf9cbd2d954714e7a3b Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 22 Feb 2018 14:10:40 +0300 Subject: Update redland.cabal - Elaborate the description - Add bug-reports, source-repository, tested-with. --- redland.cabal | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/redland.cabal b/redland.cabal index 7f44cd2..2f2b314 100644 --- a/redland.cabal +++ b/redland.cabal @@ -1,7 +1,11 @@ name: redland version: 0.1.0.0 synopsis: Redland RDF library bindings -description: Redland RDF library bindings +description: This package provides low-level and mid-level + Redland RDF library bindings, as well as some + utility functions. The bindings are not complete + in this version, though many functions are + present. license: BSD3 license-file: LICENSE author: defanor @@ -10,6 +14,12 @@ category: Database build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 +tested-with: GHC == 8.0.1 +bug-reports: https://github.com/defanor/redland/issues +source-repository head + type: git + location: https://git.uberspace.net/redland + library exposed-modules: Redland -- cgit v1.2.3