Haskell-ide-engine: Note: GHC 8.6.3 broken on windows for TH

Created on 25 Dec 2018  路  10Comments  路  Source: haskell/haskell-ide-engine

All 10 comments

As a consequnce - hie-8.6.3 can't be build on Windows due to fclabels not being buildable: https://github.com/sebastiaanvisser/fclabels/issues/37

Maybe we should adjust the windows build script to skip it by default?

@alanz you mean replace building with some warning in hie-8.6.3 target? Sounds like a good idea.

Hello @alanz will it work on downgraded GHC ?

It should work on 8.6.2

@alanz thank you

So that others can avoid the same mistake I made, the ReadMe should use hie-8.6.2 as the Nightly installation example and point out that 8.6.3 is currently broken. I.e.,

Install Nightly (and hoogle docs):

stack ./install.hs hie-8.6.2
stack ./install.hs build-doc-8.6.2

(Note, nightly GHC-8.6.3 is currently broken. Please use an alternate version, such as the above, until it's patched.)

The nightly is now 8.6.4, and will be used in master when https://github.com/haskell/haskell-ide-engine/pull/1129 lands.

Hi, i am getting to install master using stack (and default stack.yaml) in windows 10 (with some caveats about cabal-helper-wrapper exe location) but in windows 7 (with stack.yaml and stack-8.6.4.yaml) it fails due to https://github.com/kazu-yamamoto/unix-time/issues/51

install.hs no longer tries to build 8.6.3 on Windows, closed by #1168

Was this page helpful?
0 / 5 - 0 ratings