shellcheck (and other haskell packages) are built against x86-64 haskell-* packages, and fail when using x86-64-v3 haskell libraries #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I haven't tested a large swath of these yet
I'm not super familiar with the haskell ecosystem. Do we need to build all haskell packages, regardless if they are any or x86_64, because they are so tightly linked together?
Or are there just linked to an older haskell version and need a rebuild?
I'm honestly not sure, I think it's ghc and all haskell-*, then build sub-packages based on those. Each haskell-* provides name-hashed .so files, and any changes will break abi-compatibility. Its honestly a huge mess to provide dynamically linked haskell binaries
I feared that may be the case. May be worth considering ignoring all Haskell related packages for now until we get that sorted.
I agree
Thank you for all your work on this though, its been a thrill to play with
With
293f1752a8all Haskell packages are going to be removed.Depending on how many Haskell packages you have installed, you may experience loads of
local is newer then *repo*warnings from pacman, in which case you may want to usepacman -Suuyto downgrade them to official package versions.Closing this in favor of #19.