Not in scope cVerbose error?

hello, first time trying to install on a m1 mac air and i get this:

t> 
/Users/owner/.cabal/share/aarch64-osx-ghc-9.4.2/tidal-1.9.3/BootTidal.hs:9:112: error:
    Not in scope: ‘cVerbose’
  |
9 | tidal <- startTidal (superdirtTarget {oLatency = 0.05, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cVerbose = True, cFrameTimespan = 1/20})
  |                                                                                                                ^^^^^^^^

Help?

Please give a more detailed explanation about what you've done to install it and what you were doing before getting that error. What editor are you using etc

I followed the mac os install instructions on tidalcycles.org, used the auto install script. Im Using pulsar, as the editor... This is my first time installing anything in this manner so im not sure what other info i can provide, i got no errors during the install but when i try to open tidal i get what i pasted above

don't worry that info is enough!

try to run cabal update and then cabal v1-install tidal.

if that doesn't work maybe try:

cabal install tidal-1.9.3 --lib

sooo between the time i responded to your first post and now, it seems to have fixed itself lmao. thanks! time to dig in!