rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 96 forks source link

Broken library pathes #651

Closed alleksandrgall closed 3 years ago

alleksandrgall commented 3 years ago

Hello, 12 errors appeared after i tried to enable polysemy-plugin which requiers -fplugin=Polysemy.Plugin ghc option:

Library ghc-8.10.4 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-8.10.4 [Fix] Library ghc-8.10.4 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-8.10.4 [Fix] Library ghc-boot-8.10.4 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-boot-8.10.4 [Fix] Library ghc-boot-8.10.4 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-boot-8.10.4 [Fix] Library ghc-boot-th-8.10.4 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-boot-th-8.10.4 [Fix] Library ghc-boot-th-8.10.4 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-boot-th-8.10.4 [Fix] Library ghc-heap-8.10.4 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-heap-8.10.4 [Fix] Library ghc-heap-8.10.4 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghc-heap-8.10.4 [Fix] Library ghci-8.10.4 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghci-8.10.4 [Fix] Library ghci-8.10.4 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\ghci-8.10.4 [Fix] Library hpc-0.6.1.0 has broken classes paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\hpc-0.6.1.0 [Fix] Library hpc-0.6.1.0 has broken sources paths:   C:\Users\gamergod88\AppData\Local\rikvdkleij\intellij-haskell\cache\lib\error-correcting-code-tester\hpc-0.6.1.0 [Fix]

rikvdkleij commented 3 years ago

This shouldn’t affect the working of the plugin. It means the source code hasn’t been downloaded.

alleksandrgall commented 3 years ago

Looks like the issue is indeed on the side of polysemy-plugin