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

Build is broken when compiling with haddoc or hoogle #237

Open
a-stacey opened this issue Dec 18, 2018 · 1 comment
Open

Build is broken when compiling with haddoc or hoogle #237

a-stacey opened this issue Dec 18, 2018 · 1 comment
Milestone

Comments

@a-stacey
Copy link
Contributor

When building with haddock or hoogle the build hangs:

# haddock
haskell-src-exts-1.20.2: configure
haskell-src-exts-1.20.2: build
Progress 0/5
...


# hoogle
haskell-src-exts-1.20.2: configure
haskell-src-exts-1.20.2: build
Progress 0/4
...

Eventually it times out.

Command:
stack build --fast --file-watch --pedantic --haddock --ghc-options=-Wno-deprecations --exec "stack hoogle" --test --ta -j1

As far as I'm aware this issue is present for both @mas17k and myself which means that its not isolated to a particular platform (both Linux and MacOS).

Original Author: sta358

(Moved with github-migration-0.1.0.0 (package github-migration-0.1.0.0 revision df9f38b))

@a-stacey a-stacey added this to the Sprint 5 milestone Dec 18, 2018
@paulsamways
Copy link
Contributor

This issue relates to haddock issue: haskell/haddock#837

This has been fixed in a newer GHC, however updating to GHC 8.6 causes us to hit another haddock issue, haskell/haddock#979.

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

3 participants