From db544b1cc9ee72c87dd6bbd094f6985b9e436186 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 22 Nov 2012 15:27:16 +0000 Subject: PGFService.hs: fix type error caused by change to PGF.graphvizParseTree Note that some of the graphviz functions have backwards incompatible changes that might also affect other clients of the PGF run-time library. Also added graphvizDefaults and export it together with GraphvizOptions from the PGF run-time library. --- src/server/PGFService.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/PGFService.hs b/src/server/PGFService.hs index ebb32f4b9..908325c19 100644 --- a/src/server/PGFService.hs +++ b/src/server/PGFService.hs @@ -338,7 +338,7 @@ outputGraphviz code = _ -> "application/binary" abstrTree pgf tree = PGF.graphvizAbstractTree pgf (True,True) tree -parseTree pgf lang tree = PGF.graphvizParseTree pgf lang tree +parseTree pgf lang tree = PGF.graphvizParseTree pgf lang PGF.graphvizDefaults tree alignment pgf tree = PGF.graphvizAlignment pgf (PGF.languages pgf) tree pipeIt2graphviz :: String -> String -> IO BS.ByteString -- cgit v1.2.3