summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-21 18:55:51 +0300
committerdefanor <defanor@uberspace.net>2018-02-21 18:55:51 +0300
commit9939aa23bb11b22be9e570c972be6a898b9df8eb (patch)
tree07bc44208b4337b91cc64ec96a3e422b888cd604 /pancake.cabal
parent99cd9c84abf3c52970981499875b402d5fb68085 (diff)
Use Redland bindings instead of rdf4h
It's faster, includes a proper triple store with querying, and generally should be more useful.
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pancake.cabal b/pancake.cabal
index 0cc2f41..a1455c0 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -59,14 +59,13 @@ executable pancake
, pandoc-types >= 1.17.0.5 && < 2
, parsec >= 3.1.11 && < 4
, process >= 1.6 && < 2
- , rdf4h >= 3 && < 4
, regex-base >= 0.93.2 && < 1
, regex-tdfa >= 1.2.2 && < 2
- , stm >= 2.4 && < 3
, terminfo >= 0.4.0.2 && < 1
, text >= 1.2.2.2 && < 2
, unix >= 2.7.2.0 && < 3
, yaml >= 0.8.23.3 && < 1
+ , redland == 0.1.0.0
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall