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
* Fix `index-sha256` bit rot
If an new package is deployed to `hackage.haskell.org`, to use it before it is captured by the `hackage.nix` update add the following to the project arguments:
```nix
index-state="2025-06-16T00:00:00Z"; # Use current time here
# This hash in not valid, the error message will give the correct hash
index-sha256="sha256-NS28jJYko/tNUKVhncntu/mV8tsQmTA52T000000000=";
```
This change PR fixes some "bit rot" issues:
* A warning about `--index-state` argument being out of range is now an error.
* The sha256 might now be in base16 or base32.
* Add comment
* Doc change to trigger hydra CI
* Fix cross compilation shells
* Use hackage.nix/index-state.nix
* Support for older hackage.nix versions
0 commit comments