summaryrefslogtreecommitdiff
path: root/redland.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-23 18:18:05 +0300
committerdefanor <defanor@uberspace.net>2018-02-23 18:18:05 +0300
commitc249c4d8a8e6dbc4c95f656973126ab5ec07df49 (patch)
tree4ba0a6bf7c7548f856c59809672552ffefde9963 /redland.cabal
parentcf2776fc2ce561cffc85bf9e6a11289372ea7fbb (diff)
Add NFData instances for Node and Triple
Diffstat (limited to 'redland.cabal')
-rw-r--r--redland.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/redland.cabal b/redland.cabal
index 2f2b314..6191541 100644
--- a/redland.cabal
+++ b/redland.cabal
@@ -28,6 +28,7 @@ library
, Redland.Util
other-extensions: ForeignFunctionInterface
build-depends: base >=4.9 && <5
+ , deepseq >= 1.4.2.0
default-language: Haskell2010
pkgconfig-depends: raptor2, redland
build-tools: hsc2hs