vector icon indicating copy to clipboard operation
vector copied to clipboard

Use of sublibrary problematic, due to GHC bug #25025

Open mpilgrem opened this issue 11 months ago • 2 comments

vector-0.13.2.0 has introduced a sublibrary, and that is problematic because (a) GHC bug #25025 has not yet been fixed and (b) vector is a popular library. (The GHC bug is that GHC's -package <pkg> causes an installed package to be exposed that is not one listed by ghc-pkg list <pkg>.)

This has manifested at the Stack project, as it means that vector can no longer be used reliably in Haskell scripts:

  • https://github.com/commercialhaskell/stack/issues/6704

mpilgrem avatar Apr 02 '25 20:04 mpilgrem