You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue #444 (hakyll runs out of file handles) (#455)
* Fix issue #444 (hakyll runs out of file handles)
On systems which don't provide enough file handles to processes,
building the site with hakyll can fail since hakyll holds on
to too many file handles at the same time.
This commit bumps the minimum requirement on hakyll to version 4.16.1.0,
which fixes the problem.
* Add hakyll-4.16.1.0 to extra-deps of stack.yaml
* Fix stack build error
0 commit comments