-
Notifications
You must be signed in to change notification settings - Fork 2
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
Run the 'configure' command first
#4
Comments
@Nexmean Have you run And, what Cabal version are you using? Can you share a link to your repository? Sharing the structure of your |
I did run |
Please try not to disable the optimization, and see if it works. From your In the future, |
Yeah, I have |
I've tried to build w/o optimizations and now I get following error when call cabal-hoogle generate: $ cabal-hoogle generate
cabal-hoogle: Saved package config file is outdated:
• the Cabal version changed from Cabal-3.2.1.0 to Cabal-3.6.2.0
Re-run the 'configure' command. cabal --version: $ cabal --version
cabal-install version 3.6.2.0
compiled using version 3.6.2.0 of the Cabal library |
This indicates some files are generated by Cabal-3.2.1.0.
BTW, are you using a custom |
|
Ah, thank you for your patience! I see, packages with custom I will:
|
@Nexmean I've merged a PR to allow partial failure in a multi-package project. You can try the latest Meanwhile, a workaround to |
I've tried and it works for me.
My build became broken when I set Cabal == 3.6.2.0, so I can't use it. |
Maybe worth noting that handling |
I have done everything from instruction after
cabal clean
. But when I runcabal-hoogle generate
I'm getting following error message:Run the 'configure' command first
.The text was updated successfully, but these errors were encountered: