phoityne / haskell-debug-adapter

Debug Adapter for Haskell debugging system.
https://hackage.haskell.org/package/haskell-debug-adapter
BSD 3-Clause "New" or "Revised" License
54 stars 8 forks source link

Failed to build haskell-debug-adapter, Windows 7. #19

Closed uzhas-sovka closed 4 years ago

uzhas-sovka commented 4 years ago
2020-10-19 21:38:40.062001: [warn] haskell-debug-adapter> ghc.exe:  | C:\Users\H
ippo\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.2\lib\Cabal-3.0.1.0\HSC
abal-3.0.1.0.o: unknown symbol `.file'
2020-10-19 21:38:40.138006: [error]
--  While building package haskell-debug-adapter-0.0.33.0 using:
      C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_3.0.1.0_ghc-8.8
.2.exe --builddir=.stack-work\dist\29cc6475 build --ghc-options ""
    Process exited with code: ExitFailure 1

haskell-dap and ghci-dapis OK. Thank you!

phoityne commented 4 years ago

This might be this ghc issue. Could you use ghc-8.8.3 ?

Regards.

uzhas-sovka commented 4 years ago

Rolled back to 8.8.3, everything is OK. Thanks!