Skip to content

OS X Sierra fix. #5

@alexanderkjeldaas

Description

@alexanderkjeldaas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions