![]() |
||
---|---|---|
app | ||
bin | ||
site | ||
src | ||
test | ||
.gitignore | ||
.ruby-version | ||
Brewfile | ||
Brewfile.lock.json | ||
Makefile | ||
README.md | ||
broken-links.cfg | ||
commands.sh | ||
config.ini | ||
green.cabal | ||
hie.yaml | ||
package.yaml | ||
stack.yaml | ||
stack.yaml.lock |
README.md
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