Hi, > > The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used. > > installed package attoparsec-0.14.4 is broken due to missing package scientific-0.3.7.0-9XG3zUjXOw970JFcruv0cZ I can reproduce the problem on wip-haskell, which also uses attoparsec-0.14.4 and GHC 9.2.5. Further analysis suggests that this is a different issue, which is simply exposed by attoparsec’s multiple libraries. I applied the attached patch to wip-haskell, which fixes the issue for me. Cheers, Lars