From b7f4ac8209e66409b9848ae3de2b534692bd8be3 Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Sun, 10 Apr 2016 12:21:25 -0400 Subject: [PATCH] Increase simp-tick-factor from 100 to 110 to address ghc bug. --- svg-builder.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-builder.cabal b/svg-builder.cabal index b53251e..073d94c 100644 --- a/svg-builder.cabal +++ b/svg-builder.cabal @@ -14,7 +14,7 @@ extra-source-files: README.md cabal-version: >=1.10 library - ghc-options: -Wall -rtsopts -O2 + ghc-options: -Wall -rtsopts -O2 -fsimpl-tick-factor=110 exposed-modules: Graphics.Svg, Graphics.Svg.Core, Graphics.Svg.Path,