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.
|
5 months ago | |
---|---|---|
app | 2 years ago | |
bin | 2 years ago | |
ci | 1 year ago | |
site | 5 months ago | |
src | 5 months ago | |
test | 1 year ago | |
.gitignore | 2 years ago | |
.ruby-version | 2 years ago | |
Brewfile | 2 years ago | |
Brewfile.lock.json | 2 years ago | |
README.md | 2 years ago | |
broken-links.cfg | 12 months ago | |
config.yaml | 1 year ago | |
go | 1 year ago | |
green.cabal | 1 year ago | |
hie.yaml | 2 years ago | |
package.yaml | 1 year ago | |
stack.yaml | 1 year ago | |
stack.yaml.lock | 1 year ago | |
⚡ | 1 year ago |
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