Increase simp-tick-factor from 100 to 110 to address ghc bug.

This commit is contained in:
Jeffrey Rosenbluth 2016-04-10 12:21:25 -04:00
parent 1e8be58726
commit b7f4ac8209
1 changed files with 1 additions and 1 deletions

View File

@ -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,