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
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: