Projects STRLCPY graphql-engine Files
🤬
release/v2.38
ROOT /
server /
troubleshooting.md
9 lines | ISO-8859-1 | 497 bytes

cabal: Could not resolve dependencies:

a.k.a "how do I get Cabal to update the freeze file with the dependencies it needs, and why doesn't cabal update work?"

  • issue: cabal freeze also freezes the index-state at the bottom of the file so, in some cases, cabal update has no effect
  • fix:
    • delete the line starting with index-state at the bottom of the cabal.project.freeze file
    • delete lines for any dependencies you want to update
    • run cabal update/cabal freeze
Please wait...
Page is in error, reload to recover