Support for manually specified revisions
Closed this issue · 1 comments
infinisil commented
Stack support specifying revisions of packages like this:
- cabal-helper-0.8.1.0@rev:0Apparently stack2nix can't handle this yet. I stumbled upon this when trying to upgrade haskell-ide-engine to the latest version for hie-nix, see haskell/haskell-ide-engine#789
My workaround for now is to manually edit the definition of the affected package in the generated nix file:
6077,6078c6077,6078
< revision = "1";
< editedCabalFile = "10by3n3nl6lx14asm6p8yc7bqwb4qlszf6m545jvv8scyf4nrj2g";
---
> revision = "0";
> editedCabalFile = "1mf041pzdhrksfbw4vianrlhm674z3p09mpbvq4kqrr9hymp3kxd";domenkozar commented
See #126