From 994485a855267dda40f6d656c33f4ec68903fda8 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 23 Feb 2018 18:33:50 +0300 Subject: Force the triples with deepseq Not quite sure if it's the proper fix, but appears to fix an occasional segfault on RDF reading. --- pancake.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pancake.cabal') diff --git a/pancake.cabal b/pancake.cabal index a1455c0..572fc5a 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -47,6 +47,7 @@ executable pancake , bytestring >= 0.10.8.1 && < 1 , containers >= 0.5.7.1 && < 1 , data-default >= 0.7.1.1 && < 1 + , deepseq >= 1.4.2.0 && < 2 , directory >= 1.2.6.2 && < 2 , filepath >= 1.4.1.0 && < 2 , haskeline >= 0.7 && < 1 @@ -59,13 +60,13 @@ executable pancake , pandoc-types >= 1.17.0.5 && < 2 , parsec >= 3.1.11 && < 4 , process >= 1.6 && < 2 + , redland == 0.1.0.0 , regex-base >= 0.93.2 && < 1 , regex-tdfa >= 1.2.2 && < 2 , 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 -- cgit v1.2.3