summaryrefslogtreecommitdiff
path: root/redland.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-21 18:36:52 +0300
committerdefanor <defanor@uberspace.net>2018-02-21 18:36:52 +0300
commitb52e6bf3822150fbca9a6aadd3ce73dcdf7ed0ad (patch)
tree5a095150a93cb21957984004c975232d0bf1e1cd /redland.cabal
Initial commit
The bindings are incomplete, but usable at this point.
Diffstat (limited to 'redland.cabal')
-rw-r--r--redland.cabal24
1 files changed, 24 insertions, 0 deletions
diff --git a/redland.cabal b/redland.cabal
new file mode 100644
index 0000000..7f44cd2
--- /dev/null
+++ b/redland.cabal
@@ -0,0 +1,24 @@
+name: redland
+version: 0.1.0.0
+synopsis: Redland RDF library bindings
+description: Redland RDF library bindings
+license: BSD3
+license-file: LICENSE
+author: defanor
+maintainer: defanor@uberspace.net
+category: Database
+build-type: Simple
+extra-source-files: ChangeLog.md
+cabal-version: >=1.10
+
+library
+ exposed-modules: Redland
+ , Redland.LowLevel
+ , Redland.MidLevel
+ , Redland.Util
+ other-extensions: ForeignFunctionInterface
+ build-depends: base >=4.9 && <5
+ default-language: Haskell2010
+ pkgconfig-depends: raptor2, redland
+ build-tools: hsc2hs
+ ghc-options: -Wall