You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
515 B
515 B
Readme
Setup
Run the following command to set up the necessary dependencies:
make init
Troubleshooting:
stack install hakyll
fails on macOS:
If this error occurs:
hakyll> <command line>: can't load framework: Cocoa (not found)
Follow this workaround to build macos11ghcwa.dylib
and then re-run the
command with the path to the library:
DYLD_INSERT_LIBRARIES="<PATH_TO>/macos11ghcwa.dylib" stack install hakyll