rikvdkleij / intellij-haskell

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

Generating hoogle database: generating hoogle database failed #627

Closed cor closed 3 years ago

cor commented 3 years ago

When running the (Re)Build Hoogle database action, I get the following error in the Event Log:

/Users/cor/Library/Caches/com.github.rikvdkleij.intellij-haskell/lts-16/bin/hoogle generate --local=/Users/cor/Developer/uni/infob3cc-p1/.stack-work/install/x86_64-osx/24db3dfb9ef7bdc6f76f7b32ecd5b3c4c7de7c5cf66eb8043722a1c140a23041/8.8.4/doc --local=/Users/cor/.stack/snapshots/x86_64-osx/24db3dfb9ef7bdc6f76f7b32ecd5b3c4c7de7c5cf66eb8043722a1c140a23041/8.8.4/doc --database=/Users/cor/Library/Caches/com.github.rikvdkleij.intellij-haskell/infob3cc-p1/hoogle

Starting generate

hoogle: /Users/cor/Developer/uni/infob3cc-p1/.stack-work/install/x86_64-osx/24db3dfb9ef7bdc6f76f7b32ecd5b3c4c7de7c5cf66eb8043722a1c140a23041/8.8.4/doc: getDirectoryContents:openDirStream: does not exist (No such file or directory)

I'm on version 1.0.0-beta84 of this plugin.

rikvdkleij commented 3 years ago

For some reason the creation of Haddock files has failed.

Enable Haskell Event log to see what's going on. Hopefully that helps.

rikvdkleij commented 3 years ago

Please reopen if still an issue which I can reproduce.