I have a couple of scripts (not a cabal project, invoked via runhaskell) that relied on the default packages that ship when ghc is installed (via ghcup) (ie, output of ghc-pkg list
=> base, containers, etc).
It’s been a couple of months since I’ve touched those scripts, and since went through a couple of ghc updates, and today when I try to invoke them it complains that I’m importing hidden packages.
Is this a change that took place recently?
Or B), I’ve mucked up my environment somehow? I did play around with xmonad recently and installed both the binary and the libs globally via cabal, but not sure if that could somehow make changes for this specific issue.