summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-22 14:10:40 +0300
committerdefanor <defanor@uberspace.net>2018-02-22 14:21:09 +0300
commitfe1e63da4567ab263f0e3cf9cbd2d954714e7a3b (patch)
tree07f41f8e5f03bbbbae96985c2b150a8ebf9b8240
parent8d3da9e7af2ae5986d3551cea8dee39ea9b2cdd6 (diff)
Update redland.cabal
- Elaborate the description - Add bug-reports, source-repository, tested-with.
-rw-r--r--redland.cabal12
1 files changed, 11 insertions, 1 deletions
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