Downgrade tidalCycles

Hello,

I´d like to downgrade from tidal 1.9.5 to 1.9.4 on a linux machine (ubuntu 24.04.4).
I tried these steps:

but ghc-pkg list tidal return:
/home/fabien/.ghcup/ghc/9.4.8/lib/ghc-9.4.8/lib/package.conf.d
(no packages)
/home/fabien/.ghc/x86_64-linux-9.4.8/package.conf.d
(no packages)

and ghc-pkg unregister tidal-1.9.5

can’t find anything.

I’ve installed tidal by following the manual installation part from:

Can you help me to downgrade properly ?

I think in this situation it’s best to delete everything and start again. You can try deleting your ~/.cabal and ~/.ghc folders before something like `cabal update; cabal install tidal-1.9.4 –lib`. It might be slightly different with ghcup.

Thank you very much