Windows won't install tidal due to package dependency issues

I've tried a few times to install now and I keep hitting the issue shown below:

PS C:\WINDOWS\system32> cabal v1-install tidal
Resolving dependencies...
In order, the following would be installed:
blaze-builder-0.4.2.3 (via: hosc-0.20) (new package)
clock-0.8.4 (via: tidal-1.9.4) (new package)
colour-2.3.6 (via: tidal-1.9.4) (new package)
data-binary-ieee754-0.4.4 (via: hosc-0.20) (new package)
os-string-2.0.2 (via: directory-1.3.8.3 Win32-2.14.0.0 filepath-1.5.2.0) (new
package)
primitive-0.9.0.0 (via: tidal-1.9.4) (new package)
splitmix-0.1.0.5 (via: random-1.2.1.2) (new package)
tidal-link-1.0.2 (via: tidal-1.9.4) (new package)
filepath-1.5.2.0 (via: temporary-1.3 directory-1.3.8.3 Win32-2.14.0.0) (new
version)
random-1.2.1.2 (via: tidal-1.9.4 temporary-1.3) (new package)
Win32-2.14.0.0 (via: directory-1.3.8.3 time-1.12.2) (new version)
time-1.12.2 (latest: 1.13) (via: hosc-0.20 directory-1.3.8.3)
(reinstall)(changes: Win32-2.13.3.0 removed)
directory-1.3.8.3 (via: network-3.1.4.0 temporary-1.3) (new version)
temporary-1.3 (via: network-3.1.4.0) (new package)
network-3.1.4.0 (via: tidal-1.9.4 hosc-0.20) (new package)
hosc-0.20 (via: tidal-1.9.4) (new package)
tidal-1.9.4 (new package)
Error: cabal.exe: The following packages are likely to be broken by the
reinstalls:
hpc-0.6.2.0
ghc-9.6.1
directory-1.3.8.1
process-1.6.17.0
haskeline-0.8.2.1
Cabal-3.10.1.0
ghc-boot-9.6.1
ghci-9.6.1
libiserv-9.6.1
Cabal-syntax-3.10.1.0
Use --force-reinstalls if you want to install anyway.

PS C:\WINDOWS\system32>

it says (in the last line)

Use --force-reinstalls if you want to install anyway.

have you done this? (add this option to the cabal command line)

if you're using ghc just for tidal, no other Haskell projects, then it should not break anything, and you could wipe and re-install ghc anyway.

other options: use current ghc (9.8.2), use cabal install --lib, use other operating system :slight_smile:

I used --force-reinstalls and it installed with no errors after that. Everything else is working as per the installation docs. I'm currently listening to some arpeggio examples. Thanks :smile: