Increase simp-tick-factor from 100 to 110 to address ghc bug.
This commit is contained in:
parent
1e8be58726
commit
b7f4ac8209
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue