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
Since some version of cabal-install, the locations of ghc-specific store take "project unit id" (e.g. ,("Project Unit Id","ghc-9.10.1-69c3")) into account. So it's not store/ghc-9.10.1 but store/ghc-9.10.1-69c3). However this information is absent from plan.json. plan.json contains just a version as compiler-id:
Therefore tools (e.g. cabal-plan) which traverse the plan.json but also information in the store (e.g. license files), cannot do this anymore without also somehow finding the corresponding GHC (which can be anywhere, that's the point of an additional few bits - to disambiguate different GHC builds even with the same main version).
The text was updated successfully, but these errors were encountered:
Since some version of
cabal-install
, the locations of ghc-specific store take "project unit id" (e.g.,("Project Unit Id","ghc-9.10.1-69c3")
) into account. So it's notstore/ghc-9.10.1
butstore/ghc-9.10.1-69c3
). However this information is absent fromplan.json
.plan.json
contains just a version ascompiler-id
:Therefore tools (e.g.
cabal-plan
) which traverse theplan.json
but also information in the store (e.g. license files), cannot do this anymore without also somehow finding the corresponding GHC (which can be anywhere, that's the point of an additional few bits - to disambiguate different GHC builds even with the same main version).The text was updated successfully, but these errors were encountered: