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
Clarification: the usage is persistent, if the user happens to have even the same cabal-install version compiled against the different hashable versions; they won't find the same local files / caches. Don't use hashable for persistence.
The text was updated successfully, but these errors were encountered:
AFAICT, the
hashable
is used for semi-persistent, low-rate hashing. Thehashable
is not designed for that:You'd be better of to use e.g. https://hackage.haskell.org/package/cryptohash-sha256 on which
cabal-install
depends throughhackage-security
anyway.Clarification: the usage is persistent, if the user happens to have even the same
cabal-install
version compiled against the differenthashable
versions; they won't find the same local files / caches. Don't usehashable
for persistence.The text was updated successfully, but these errors were encountered: