-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not find module" error due to bad cradle root dir #299
Comments
Can you output the contents of the Haskell tab from the Output window in VS Code? |
|
The project discovery has failed you! Cradle
{ cradleRootDir = "f:\\Users\\Ratanak\\School\\UNI\\CS3141_2020"
, cradleOptsProg = CradleAction: Default
} Is the path On windows, I usually use |
No it is not. It is a few more folders in. I will try to replicate the open folder. |
It seems this is not a bug. but hie-bios behaviour, so i am gonna close it. @ratanakkim please reopen if you think something could be improved |
* Smarter logic to remove redundant import bindings The new code finds the spans to remove using the GHC parse tree, then manually extends them to include commas/spaces. Fixes #299 * Compatibility with GHC 8.4 * Improve comment Co-Authored-By: Andreas Herrmann <[email protected]> * Use breakOnEnd in unqualify This will handle A.foo as well as A.B.foo Co-authored-by: Andreas Herrmann <[email protected]>
Getting could not find module despite successful build with packages. The module is QuickCheck


package.yaml :
stack.yaml :
The text was updated successfully, but these errors were encountered: