You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a package with an include-dirs line in the cabal file, it doesn't load correctly in stack ghci. As a workaround, you can pass --ghc-options -I<path-to-include-dir>, but I think ideally stack should do this.