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
Copy file name to clipboardExpand all lines: release-notes/cabal-install-3.16.1.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ cabal-install and cabal-install-solver 3.16.1.0 changelog and release notes
23
23
24
24
### Other changes
25
25
26
-
- Add GHC Project Unit ID store to `cabal path` output [#10165](https://github.com/haskell/cabal/issues/10165)[#11266](https://github.com/haskell/cabal/pull/11266)
26
+
- Add compiler ABI tag and store path to `cabal path` output [#10165](https://github.com/haskell/cabal/issues/10165)[#11266](https://github.com/haskell/cabal/pull/11266)
27
27
28
-
This adds the GHC Project Unit ID store path to the cabal path output as "compiler-abi-tag" and "compiler-store-path". The GHC Project Unit ID store path has been used in cabal-install since 3.12.1.0.
28
+
This adds the GHC Project Unit ID (ABI tag) and store path to the cabal path output as "compiler-abi-tag" and "compiler-store-path". These have been used in cabal-install since 3.12.1.0.
0 commit comments