Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X Sierra fix. #5

Open
alexanderkjeldaas opened this issue Nov 27, 2016 · 1 comment
Open

OS X Sierra fix. #5

alexanderkjeldaas opened this issue Nov 27, 2016 · 1 comment

Comments

@alexanderkjeldaas
Copy link

The ghc distributed by homebrew does not work with ghcjs as of now. The following addition to the stack.yaml file fixes it for me by using the older ghc-8.0.1 distributed by stack.

...
system-ghc: false
packages:
- location: .
- location:
    git:    https://github.com/haskell/haddock.git
    commit: 240bc38b94ed2d0af27333b23392d03eeb615e82
  subdirs:
  - haddock-api

extra-deps:
- haddock-api-2.17.3
@tolysz
Copy link
Owner

tolysz commented Nov 30, 2016

system-ghc: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants