Ah @eduardoperezinfante has the same problem. It seems the latest supercollider and haskell don’t work with older versions of macos.
You can delete haskell by removing .ghcup
, .ghc
and .cabal
from your home folder. Then install an older version from here: https://www.haskell.org/platform/prior.html
Probably 8.6.3 would be fine.
Then hopefully cabal update; cabal install tidal
will work (you don’t have --lib at the end for older versions of haskell).