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
My understanding is that cabal-hash.txt includes all the details which are to be hased for Nix style local builds. Given the Nix style philosophy, it might make sense for that hash to vary with the contents of ghc --info. Certainly we wouldn't want packages to have binary dependencies on different installations of the core libraries, for example.
The text was updated successfully, but these errors were encountered:
My understanding is that
cabal-hash.txt
includes all the details which are to be hased for Nix style local builds. Given the Nix style philosophy, it might make sense for that hash to vary with the contents ofghc --info
. Certainly we wouldn't want packages to have binary dependencies on different installations of the core libraries, for example.The text was updated successfully, but these errors were encountered: