Fix to build with GHC 9.6 - #45
Conversation
The old bound of 300 is not high enough on GHC 9.6.3. A loose bound has been chosen for the sake of simplicity and to prevent further churn.
|
Is the build failing even if the factor is set to 300 (the current value in the repo)? My local build on Ubuntu WSL2 already succeeds with 300, but it takes exceptionally long time to finish. The offending module is Update: compilating the |
Huh, you're right, it isn't. Now I'm very confused about how I came to the conclusion that it was necessary.
I agree this is probably the way to go, unless we have reason to believe that the GHC issue will be fixed very soon. |
I think I was just getting confused about versions. The factor of 300 is set here in the repo but not in the latest Hackage release. |
For context on the tick-factor issue, see #41 and #43. The other commit essentially cherry-picks Twinside/svg-tree#29.