Can't run new version on Windows 10

hello :slight_smile:

i'm trying to install the last Tidal version and i can't make it since 2 days now. I'm on windows 10.

My first and only installation was made via chocolatey (i've read it makes some troubles). Now i've managed to uninstall everything but superdirt (didn't know how, but i upgraded it). The first two times i had no success (i've see lots of users having trouble with the upgrade), and in my last try, VS code outputs this message:

Using Tidal boot file on disk at d:\Tidal Cycles\BootTidalLIVE.hs

Loaded package environment from C:\Users\User\AppData\Roaming\ghc\x86_64-mingw32-9.2.4\environments\default

GHCi, version 9.2.4: https://www.haskell.org/ghc/ :? for help

Warning: GHCi | ghc-9.2.4.exe: can't find a package database at C:\cabal\store\ghc-9.2.4\package.db

i've read someone making tidal work with "stack" but i don't know how to do that
Any ideas?

Hmm what happens when you try to delete the environment file it mentions C:\Users\User\AppData\Roaming\ghc\x86_64-mingw32-9.2.4\environments\default?

I think you can do that with

del C:\Users\User\AppData\Roaming\ghc\x86_64-mingw32-9.2.4\environments\default

Then run

cabal update
cabal v1-install tidal

hi @yaxu . Thanks for answering
There is nothing left in the folder after running the code you provided me

still i can't make tidal work. This is the output shown to me on VS code:

Using Tidal boot file on disk at d:\Tidal Cycles\BootTidalLIVE.hs
GHCi, version 9.2.4: https://www.haskell.org/ghc/  :? for help
ghci> ghci> Warning: GHCi | 
Warning: GHCi | <no location info>: error:
Warning: GHCi |     Could not find module `Sound.Tidal.Context'
Warning: GHCi |     There are files missing in the `tidal-1.9.2' package,
Warning: GHCi |     try running 'ghc-pkg check'.
Warning: GHCi |     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
Warning: GHCi | 
Warning: GHCi | <interactive>:7:39: error: Not in scope: `oLatency'
Warning: GHCi | 
Warning: GHCi | <interactive>:7:55: error: Not in scope: `oAddress'
Warning: GHCi | 
Warning: GHCi | <interactive>:7:79: error: Not in scope: `oPort'
Warning: GHCi | 
Warning: GHCi | <interactive>:7:111: error: Not in scope: `cVerbose'
Warning: GHCi | 
Warning: GHCi | <interactive>:7:128: error: Not in scope: `cFrameTimespan'
ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| ghci| Warning: GHCi | 
Warning: GHCi | <interactive>:23:38: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.xfadeIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:24:42: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.xfadeIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:25:42: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.histpan'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:26:39: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.wait'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:27:42: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.waitT'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:28:37: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.jump'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:29:41: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.jumpIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:30:42: error:
Warning: GHCi |     Not in scope: Sound.Tidal.Transition.jumpIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:31:42: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.jumpMod'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:32:56: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.mortal'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:33:44: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.interpolate'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:34:48: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.interpolateIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:35:39: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.clutch'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:36:43: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.clutchIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:37:43: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.anticipate'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:38:47: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.anticipateIn'
Warning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
Warning: GHCi | 
Warning: GHCi | <interactive>:39:41: error:
Warning: GHCi |     Not in scope: `Sound.Tidal.Transition.mortalOverlay'
ghci| ghci| ghWarning: GHCi |     No module named `Sound.Tidal.Transition' is imported.
ci| ghci| ghci| ghci| Warning: GHCi | 
Warning: GHCi | <interactive>:104:12: error:
Warning: GHCi |     Variable not in scope: streamSetI :: t4 -> t
Warning: GHCi | 
Warning: GHCi | <interactive>:104:23: error: Variable not in scope: tidal
Warning: GHCi | 
Warning: GHCi | <interactive>:105:12: error:
Warning: GHCi |     Variable not in scope: streamSetF :: t3 -> t
Warning: GHCi | 
Warning: GHCi | <interactive>:105:23: error: Variable not in scope: tidal
Warning: GHCi | 
Warning: GHCi | <interactive>:106:12: error:
Warning: GHCi |     Variable not in scope: streamSetS :: t2 -> t
Warning: GHCi | 
Warning: GHCi | <interactive>:106:23: error: Variable not in scope: tidal
Warning: GHCi | 
Warning: GHCi | <interactive>:107:12: error:
Warning: GHCi |     Variable not in scope: streamSetR :: t1 -> t
Warning: GHCi | 
Warning: GHCi | <interactive>:107:23: error: Variable not in scope: tidal
Warning: GHCi | 
Warning: GHCi | <interactive>:108:12: error:
Warning: GHCi |     Variable not in scope: streamSetB :: t0 -> t
Warning: GHCi | 
Warning: GHCi | <interactive>:108:23: error: Variable not in scope: tidal
tidal> tidal> tidal> Warning: GHCi | 
Warning: GHCi | <interactive>:114:1: error: Variable not in scope: d1 :: a0 -> b
Warning: GHCi | 
Warning: GHCi | <interactive>:114:6: error: Variable not in scope: s :: t0 -> a0
tidal> 

i've also seen this message when starting SC:

Info: 2 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll

after running MethodOverride.printAll

Overwritten methods in class library:
-------------------------------------

String
------
	String:absolutePath
		C:\Program Files\SuperCollider-3.12.2\SCClassLibrary\Platform\windows\SystemOverwrites\overwrites.sc
		C:\Program Files\SuperCollider-3.12.2\SCClassLibrary\Common\Collections\String.sc

PathName
--------
	PathName:isAbsolutePath
		C:\Program Files\SuperCollider-3.12.2\SCClassLibrary\Platform\windows\SystemOverwrites\overwrites.sc
		C:\Program Files\SuperCollider-3.12.2\SCClassLibrary\Common\Files\PathName.sc

-> MethodOverride

i runned ghc-pkg check as suggested, this is the output:

There are problems in package tidal-1.9.2:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\tidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6 doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\tidal-1.9.2\html\tidal.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\tidal-1.9.2\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\tidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6 doesn't exist or isn't a directory
  cannot find any of ["Paths_tidal.hi","Paths_tidal.p_hi","Paths_tidal.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Bjorklund.hi","Sound\\Tidal\\Bjorklund.p_hi","Sound\\Tidal\\Bjorklund.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Chords.hi","Sound\\Tidal\\Chords.p_hi","Sound\\Tidal\\Chords.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Config.hi","Sound\\Tidal\\Config.p_hi","Sound\\Tidal\\Config.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Context.hi","Sound\\Tidal\\Context.p_hi","Sound\\Tidal\\Context.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Control.hi","Sound\\Tidal\\Control.p_hi","Sound\\Tidal\\Control.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Core.hi","Sound\\Tidal\\Core.p_hi","Sound\\Tidal\\Core.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\ID.hi","Sound\\Tidal\\ID.p_hi","Sound\\Tidal\\ID.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Params.hi","Sound\\Tidal\\Params.p_hi","Sound\\Tidal\\Params.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\ParseBP.hi","Sound\\Tidal\\ParseBP.p_hi","Sound\\Tidal\\ParseBP.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Pattern.hi","Sound\\Tidal\\Pattern.p_hi","Sound\\Tidal\\Pattern.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Safe\\Boot.hi","Sound\\Tidal\\Safe\\Boot.p_hi","Sound\\Tidal\\Safe\\Boot.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Safe\\Context.hi","Sound\\Tidal\\Safe\\Context.p_hi","Sound\\Tidal\\Safe\\Context.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Scales.hi","Sound\\Tidal\\Scales.p_hi","Sound\\Tidal\\Scales.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Show.hi","Sound\\Tidal\\Show.p_hi","Sound\\Tidal\\Show.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Simple.hi","Sound\\Tidal\\Simple.p_hi","Sound\\Tidal\\Simple.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Stream.hi","Sound\\Tidal\\Stream.p_hi","Sound\\Tidal\\Stream.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\StreamTypes.hi","Sound\\Tidal\\StreamTypes.p_hi","Sound\\Tidal\\StreamTypes.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Tempo.hi","Sound\\Tidal\\Tempo.p_hi","Sound\\Tidal\\Tempo.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Time.hi","Sound\\Tidal\\Time.p_hi","Sound\\Tidal\\Time.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Transition.hi","Sound\\Tidal\\Transition.p_hi","Sound\\Tidal\\Transition.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\UI.hi","Sound\\Tidal\\UI.p_hi","Sound\\Tidal\\UI.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Utils.hi","Sound\\Tidal\\Utils.p_hi","Sound\\Tidal\\Utils.dyn_hi"]
  cannot find any of ["Sound\\Tidal\\Version.hi","Sound\\Tidal\\Version.p_hi","Sound\\Tidal\\Version.dyn_hi"]
  cannot find any of ["libHStidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6.a","libHStidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6_p.a","libHStidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6-ghc9.2.4.so","libHStidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6-ghc9.2.4.dylib","HStidal-1.9.2-KOctsaWIAqVLN5IbMcaXg6-ghc9.2.4.dll"] on library path
There are problems in package hosc-0.19.1:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\hosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\hosc-0.19.1\html\hosc.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\hosc-0.19.1\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\hosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl doesn't exist or isn't a directory
  cannot find any of ["Sound\\OSC.hi","Sound\\OSC.p_hi","Sound\\OSC.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Byte.hi","Sound\\OSC\\Coding\\Byte.p_hi","Sound\\OSC\\Coding\\Byte.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Cast.hi","Sound\\OSC\\Coding\\Cast.p_hi","Sound\\OSC\\Coding\\Cast.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Convert.hi","Sound\\OSC\\Coding\\Convert.p_hi","Sound\\OSC\\Coding\\Convert.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Decode\\Base.hi","Sound\\OSC\\Coding\\Decode\\Base.p_hi","Sound\\OSC\\Coding\\Decode\\Base.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Decode\\Binary.hi","Sound\\OSC\\Coding\\Decode\\Binary.p_hi","Sound\\OSC\\Coding\\Decode\\Binary.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Encode\\Base.hi","Sound\\OSC\\Coding\\Encode\\Base.p_hi","Sound\\OSC\\Coding\\Encode\\Base.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Coding\\Encode\\Builder.hi","Sound\\OSC\\Coding\\Encode\\Builder.p_hi","Sound\\OSC\\Coding\\Encode\\Builder.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Core.hi","Sound\\OSC\\Core.p_hi","Sound\\OSC\\Core.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Datum.hi","Sound\\OSC\\Datum.p_hi","Sound\\OSC\\Datum.dyn_hi"]
  cannot find any of ["Sound\\OSC\\FD.hi","Sound\\OSC\\FD.p_hi","Sound\\OSC\\FD.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Packet.hi","Sound\\OSC\\Packet.p_hi","Sound\\OSC\\Packet.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Time.hi","Sound\\OSC\\Time.p_hi","Sound\\OSC\\Time.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Transport\\FD.hi","Sound\\OSC\\Transport\\FD.p_hi","Sound\\OSC\\Transport\\FD.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Transport\\FD\\TCP.hi","Sound\\OSC\\Transport\\FD\\TCP.p_hi","Sound\\OSC\\Transport\\FD\\TCP.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Transport\\FD\\UDP.hi","Sound\\OSC\\Transport\\FD\\UDP.p_hi","Sound\\OSC\\Transport\\FD\\UDP.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Transport\\Monad.hi","Sound\\OSC\\Transport\\Monad.p_hi","Sound\\OSC\\Transport\\Monad.dyn_hi"]
  cannot find any of ["Sound\\OSC\\Wait.hi","Sound\\OSC\\Wait.p_hi","Sound\\OSC\\Wait.dyn_hi"]
  cannot find any of ["libHShosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl.a","libHShosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl_p.a","libHShosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl-ghc9.2.4.so","libHShosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl-ghc9.2.4.dylib","HShosc-0.19.1-Bk5EOsqjRGXI8mVvXUGuxl-ghc9.2.4.dll"] on library path
There are problems in package network-3.1.2.7:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\network-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: include-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\network-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh\include doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\network-3.1.2.7\html\network.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\network-3.1.2.7\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\network-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh doesn't exist or isn't a directory
  cannot find any of ["Network\\Socket.hi","Network\\Socket.p_hi","Network\\Socket.dyn_hi"]
  cannot find any of ["Network\\Socket\\Address.hi","Network\\Socket\\Address.p_hi","Network\\Socket\\Address.dyn_hi"]
  cannot find any of ["Network\\Socket\\ByteString.hi","Network\\Socket\\ByteString.p_hi","Network\\Socket\\ByteString.dyn_hi"]
  cannot find any of ["Network\\Socket\\ByteString\\Lazy.hi","Network\\Socket\\ByteString\\Lazy.p_hi","Network\\Socket\\ByteString\\Lazy.dyn_hi"]
  cannot find any of ["Network\\Socket\\Internal.hi","Network\\Socket\\Internal.p_hi","Network\\Socket\\Internal.dyn_hi"]
  cannot find any of ["Network\\Socket\\Buffer.hi","Network\\Socket\\Buffer.p_hi","Network\\Socket\\Buffer.dyn_hi"]
  cannot find any of ["Network\\Socket\\ByteString\\IO.hi","Network\\Socket\\ByteString\\IO.p_hi","Network\\Socket\\ByteString\\IO.dyn_hi"]
  cannot find any of ["Network\\Socket\\ByteString\\Internal.hi","Network\\Socket\\ByteString\\Internal.p_hi","Network\\Socket\\ByteString\\Internal.dyn_hi"]
  cannot find any of ["Network\\Socket\\Cbits.hi","Network\\Socket\\Cbits.p_hi","Network\\Socket\\Cbits.dyn_hi"]
  cannot find any of ["Network\\Socket\\Fcntl.hi","Network\\Socket\\Fcntl.p_hi","Network\\Socket\\Fcntl.dyn_hi"]
  cannot find any of ["Network\\Socket\\Flag.hi","Network\\Socket\\Flag.p_hi","Network\\Socket\\Flag.dyn_hi"]
  cannot find any of ["Network\\Socket\\Handle.hi","Network\\Socket\\Handle.p_hi","Network\\Socket\\Handle.dyn_hi"]
  cannot find any of ["Network\\Socket\\If.hi","Network\\Socket\\If.p_hi","Network\\Socket\\If.dyn_hi"]
  cannot find any of ["Network\\Socket\\Imports.hi","Network\\Socket\\Imports.p_hi","Network\\Socket\\Imports.dyn_hi"]
  cannot find any of ["Network\\Socket\\Info.hi","Network\\Socket\\Info.p_hi","Network\\Socket\\Info.dyn_hi"]
  cannot find any of ["Network\\Socket\\Name.hi","Network\\Socket\\Name.p_hi","Network\\Socket\\Name.dyn_hi"]
  cannot find any of ["Network\\Socket\\Options.hi","Network\\Socket\\Options.p_hi","Network\\Socket\\Options.dyn_hi"]
  cannot find any of ["Network\\Socket\\ReadShow.hi","Network\\Socket\\ReadShow.p_hi","Network\\Socket\\ReadShow.dyn_hi"]
  cannot find any of ["Network\\Socket\\Shutdown.hi","Network\\Socket\\Shutdown.p_hi","Network\\Socket\\Shutdown.dyn_hi"]
  cannot find any of ["Network\\Socket\\SockAddr.hi","Network\\Socket\\SockAddr.p_hi","Network\\Socket\\SockAddr.dyn_hi"]
  cannot find any of ["Network\\Socket\\Syscall.hi","Network\\Socket\\Syscall.p_hi","Network\\Socket\\Syscall.dyn_hi"]
  cannot find any of ["Network\\Socket\\Types.hi","Network\\Socket\\Types.p_hi","Network\\Socket\\Types.dyn_hi"]
  cannot find any of ["Network\\Socket\\Unix.hi","Network\\Socket\\Unix.p_hi","Network\\Socket\\Unix.dyn_hi"]
  cannot find any of ["Network\\Socket\\ByteString\\Lazy\\Windows.hi","Network\\Socket\\ByteString\\Lazy\\Windows.p_hi","Network\\Socket\\ByteString\\Lazy\\Windows.dyn_hi"]
  cannot find any of ["Network\\Socket\\Win32\\Cmsg.hi","Network\\Socket\\Win32\\Cmsg.p_hi","Network\\Socket\\Win32\\Cmsg.dyn_hi"]
  cannot find any of ["Network\\Socket\\Win32\\CmsgHdr.hi","Network\\Socket\\Win32\\CmsgHdr.p_hi","Network\\Socket\\Win32\\CmsgHdr.dyn_hi"]
  cannot find any of ["Network\\Socket\\Win32\\WSABuf.hi","Network\\Socket\\Win32\\WSABuf.p_hi","Network\\Socket\\Win32\\WSABuf.dyn_hi"]
  cannot find any of ["Network\\Socket\\Win32\\MsgHdr.hi","Network\\Socket\\Win32\\MsgHdr.p_hi","Network\\Socket\\Win32\\MsgHdr.dyn_hi"]
  cannot find any of ["libHSnetwork-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh.a","libHSnetwork-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh_p.a","libHSnetwork-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh-ghc9.2.4.so","libHSnetwork-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh-ghc9.2.4.dylib","HSnetwork-3.1.2.7-KNHfqAMEio28ZpzOUR7EEh-ghc9.2.4.dll"] on library path
There are problems in package random-1.2.1.1:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\random-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3 doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\random-1.2.1.1\html\random.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\random-1.2.1.1\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\random-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3 doesn't exist or isn't a directory
  cannot find any of ["System\\Random.hi","System\\Random.p_hi","System\\Random.dyn_hi"]
  cannot find any of ["System\\Random\\Internal.hi","System\\Random\\Internal.p_hi","System\\Random\\Internal.dyn_hi"]
  cannot find any of ["System\\Random\\Stateful.hi","System\\Random\\Stateful.p_hi","System\\Random\\Stateful.dyn_hi"]
  cannot find any of ["System\\Random\\GFinite.hi","System\\Random\\GFinite.p_hi","System\\Random\\GFinite.dyn_hi"]
  cannot find any of ["libHSrandom-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3.a","libHSrandom-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3_p.a","libHSrandom-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3-ghc9.2.4.so","libHSrandom-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3-ghc9.2.4.dylib","HSrandom-1.2.1.1-Gq45Dc4CYFB1uLVOCO4LJ3-ghc9.2.4.dll"] on library path
There are problems in package tidal-link-1.0.1:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\tidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\tidal-link-1.0.1\html\tidal-link.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\tidal-link-1.0.1\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\tidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB doesn't exist or isn't a directory
  cannot find any of ["Sound\\Tidal\\Link.hi","Sound\\Tidal\\Link.p_hi","Sound\\Tidal\\Link.dyn_hi"]
  cannot find any of ["libHStidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB.a","libHStidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB_p.a","libHStidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB-ghc9.2.4.so","libHStidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB-ghc9.2.4.dylib","HStidal-link-1.0.1-CMgfQlteYTtB9Vuwthb6kB-ghc9.2.4.dll"] on library path
There are problems in package primitive-0.7.4.0:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\primitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: include-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\primitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz\include doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\primitive-0.7.4.0\html\primitive.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\primitive-0.7.4.0\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\primitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz doesn't exist or isn't a directory
  cannot find any of ["Control\\Monad\\Primitive.hi","Control\\Monad\\Primitive.p_hi","Control\\Monad\\Primitive.dyn_hi"]
  cannot find any of ["Data\\Primitive.hi","Data\\Primitive.p_hi","Data\\Primitive.dyn_hi"]
  cannot find any of ["Data\\Primitive\\Array.hi","Data\\Primitive\\Array.p_hi","Data\\Primitive\\Array.dyn_hi"]
  cannot find any of ["Data\\Primitive\\ByteArray.hi","Data\\Primitive\\ByteArray.p_hi","Data\\Primitive\\ByteArray.dyn_hi"]
  cannot find any of ["Data\\Primitive\\MVar.hi","Data\\Primitive\\MVar.p_hi","Data\\Primitive\\MVar.dyn_hi"]
  cannot find any of ["Data\\Primitive\\MachDeps.hi","Data\\Primitive\\MachDeps.p_hi","Data\\Primitive\\MachDeps.dyn_hi"]
  cannot find any of ["Data\\Primitive\\MutVar.hi","Data\\Primitive\\MutVar.p_hi","Data\\Primitive\\MutVar.dyn_hi"]
  cannot find any of ["Data\\Primitive\\PrimArray.hi","Data\\Primitive\\PrimArray.p_hi","Data\\Primitive\\PrimArray.dyn_hi"]
  cannot find any of ["Data\\Primitive\\Ptr.hi","Data\\Primitive\\Ptr.p_hi","Data\\Primitive\\Ptr.dyn_hi"]
  cannot find any of ["Data\\Primitive\\SmallArray.hi","Data\\Primitive\\SmallArray.p_hi","Data\\Primitive\\SmallArray.dyn_hi"]
  cannot find any of ["Data\\Primitive\\Types.hi","Data\\Primitive\\Types.p_hi","Data\\Primitive\\Types.dyn_hi"]
  cannot find any of ["Data\\Primitive\\Internal\\Operations.hi","Data\\Primitive\\Internal\\Operations.p_hi","Data\\Primitive\\Internal\\Operations.dyn_hi"]
  cannot find any of ["libHSprimitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz.a","libHSprimitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz_p.a","libHSprimitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz-ghc9.2.4.so","libHSprimitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz-ghc9.2.4.dylib","HSprimitive-0.7.4.0-5Mou7sRsTgfjuEOfjOZOz-ghc9.2.4.dll"] on library path
There are problems in package clock-0.8.3:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\clock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\clock-0.8.3\html\clock.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\clock-0.8.3\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\clock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI doesn't exist or isn't a directory
  cannot find any of ["System\\Clock.hi","System\\Clock.p_hi","System\\Clock.dyn_hi"]
  cannot find any of ["System\\Clock\\Seconds.hi","System\\Clock\\Seconds.p_hi","System\\Clock\\Seconds.dyn_hi"]
  cannot find any of ["libHSclock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI.a","libHSclock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI_p.a","libHSclock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI-ghc9.2.4.so","libHSclock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI-ghc9.2.4.dylib","HSclock-0.8.3-Fy3Mx5pHGBwGwf5qUCNRuI-ghc9.2.4.dll"] on library path
There are problems in package splitmix-0.1.0.4:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\splitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\splitmix-0.1.0.4\html\splitmix.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\splitmix-0.1.0.4\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\splitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG doesn't exist or isn't a directory
  cannot find any of ["System\\Random\\SplitMix.hi","System\\Random\\SplitMix.p_hi","System\\Random\\SplitMix.dyn_hi"]
  cannot find any of ["System\\Random\\SplitMix32.hi","System\\Random\\SplitMix32.p_hi","System\\Random\\SplitMix32.dyn_hi"]
  cannot find any of ["Data\\Bits\\Compat.hi","Data\\Bits\\Compat.p_hi","Data\\Bits\\Compat.dyn_hi"]
  cannot find any of ["System\\Random\\SplitMix\\Init.hi","System\\Random\\SplitMix\\Init.p_hi","System\\Random\\SplitMix\\Init.dyn_hi"]
  cannot find any of ["libHSsplitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG.a","libHSsplitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG_p.a","libHSsplitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG-ghc9.2.4.so","libHSsplitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG-ghc9.2.4.dylib","HSsplitmix-0.1.0.4-1NhVNgEFK1b48FCJHLpvEG-ghc9.2.4.dll"] on library path
There are problems in package colour-2.3.6:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\colour-2.3.6-1epMQ1H8ub798PJSylgRHI doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\colour-2.3.6\html\colour.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\colour-2.3.6\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\colour-2.3.6-1epMQ1H8ub798PJSylgRHI doesn't exist or isn't a directory
  cannot find any of ["Data\\Colour.hi","Data\\Colour.p_hi","Data\\Colour.dyn_hi"]
  cannot find any of ["Data\\Colour\\CIE.hi","Data\\Colour\\CIE.p_hi","Data\\Colour\\CIE.dyn_hi"]
  cannot find any of ["Data\\Colour\\CIE\\Illuminant.hi","Data\\Colour\\CIE\\Illuminant.p_hi","Data\\Colour\\CIE\\Illuminant.dyn_hi"]
  cannot find any of ["Data\\Colour\\Names.hi","Data\\Colour\\Names.p_hi","Data\\Colour\\Names.dyn_hi"]
  cannot find any of ["Data\\Colour\\RGBSpace.hi","Data\\Colour\\RGBSpace.p_hi","Data\\Colour\\RGBSpace.dyn_hi"]
  cannot find any of ["Data\\Colour\\RGBSpace\\HSL.hi","Data\\Colour\\RGBSpace\\HSL.p_hi","Data\\Colour\\RGBSpace\\HSL.dyn_hi"]
  cannot find any of ["Data\\Colour\\RGBSpace\\HSV.hi","Data\\Colour\\RGBSpace\\HSV.p_hi","Data\\Colour\\RGBSpace\\HSV.dyn_hi"]
  cannot find any of ["Data\\Colour\\SRGB.hi","Data\\Colour\\SRGB.p_hi","Data\\Colour\\SRGB.dyn_hi"]
  cannot find any of ["Data\\Colour\\SRGB\\Linear.hi","Data\\Colour\\SRGB\\Linear.p_hi","Data\\Colour\\SRGB\\Linear.dyn_hi"]
  cannot find any of ["Data\\Colour\\Internal.hi","Data\\Colour\\Internal.p_hi","Data\\Colour\\Internal.dyn_hi"]
  cannot find any of ["Data\\Colour\\Chan.hi","Data\\Colour\\Chan.p_hi","Data\\Colour\\Chan.dyn_hi"]
  cannot find any of ["Data\\Colour\\RGB.hi","Data\\Colour\\RGB.p_hi","Data\\Colour\\RGB.dyn_hi"]
  cannot find any of ["Data\\Colour\\Matrix.hi","Data\\Colour\\Matrix.p_hi","Data\\Colour\\Matrix.dyn_hi"]
  cannot find any of ["Data\\Colour\\CIE\\Chromaticity.hi","Data\\Colour\\CIE\\Chromaticity.p_hi","Data\\Colour\\CIE\\Chromaticity.dyn_hi"]
  cannot find any of ["libHScolour-2.3.6-1epMQ1H8ub798PJSylgRHI.a","libHScolour-2.3.6-1epMQ1H8ub798PJSylgRHI_p.a","libHScolour-2.3.6-1epMQ1H8ub798PJSylgRHI-ghc9.2.4.so","libHScolour-2.3.6-1epMQ1H8ub798PJSylgRHI-ghc9.2.4.dylib","HScolour-2.3.6-1epMQ1H8ub798PJSylgRHI-ghc9.2.4.dll"] on library path
There are problems in package blaze-builder-0.4.2.2:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\blaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\blaze-builder-0.4.2.2\html\blaze-builder.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\blaze-builder-0.4.2.2\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\blaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG doesn't exist or isn't a directory
  cannot find any of ["Blaze\\ByteString\\Builder.hi","Blaze\\ByteString\\Builder.p_hi","Blaze\\ByteString\\Builder.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\ByteString.hi","Blaze\\ByteString\\Builder\\ByteString.p_hi","Blaze\\ByteString\\Builder\\ByteString.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Char\\Utf8.hi","Blaze\\ByteString\\Builder\\Char\\Utf8.p_hi","Blaze\\ByteString\\Builder\\Char\\Utf8.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Char8.hi","Blaze\\ByteString\\Builder\\Char8.p_hi","Blaze\\ByteString\\Builder\\Char8.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Compat\\Write.hi","Blaze\\ByteString\\Builder\\Compat\\Write.p_hi","Blaze\\ByteString\\Builder\\Compat\\Write.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\HTTP.hi","Blaze\\ByteString\\Builder\\HTTP.p_hi","Blaze\\ByteString\\Builder\\HTTP.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Html\\Utf8.hi","Blaze\\ByteString\\Builder\\Html\\Utf8.p_hi","Blaze\\ByteString\\Builder\\Html\\Utf8.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Html\\Word.hi","Blaze\\ByteString\\Builder\\Html\\Word.p_hi","Blaze\\ByteString\\Builder\\Html\\Word.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Int.hi","Blaze\\ByteString\\Builder\\Int.p_hi","Blaze\\ByteString\\Builder\\Int.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Internal\\Write.hi","Blaze\\ByteString\\Builder\\Internal\\Write.p_hi","Blaze\\ByteString\\Builder\\Internal\\Write.dyn_hi"]
  cannot find any of ["Blaze\\ByteString\\Builder\\Word.hi","Blaze\\ByteString\\Builder\\Word.p_hi","Blaze\\ByteString\\Builder\\Word.dyn_hi"]
  cannot find any of ["libHSblaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG.a","libHSblaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG_p.a","libHSblaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG-ghc9.2.4.so","libHSblaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG-ghc9.2.4.dylib","HSblaze-builder-0.4.2.2-1gGKnXfvxgKIabltmjRdsG-ghc9.2.4.dll"] on library path
There are problems in package data-binary-ieee754-0.4.4:
  Warning: library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\data-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu doesn't exist or isn't a directory
  Warning: dynamic-library-dirs: C:\cabal\x86_64-windows-ghc-9.2.4 doesn't exist or isn't a directory
  Warning: haddock-interfaces: C:\cabal\doc\x86_64-windows-ghc-9.2.4\data-binary-ieee754-0.4.4\html\data-binary-ieee754.haddock doesn't exist or isn't a file
  Warning: haddock-html: C:\cabal\doc\x86_64-windows-ghc-9.2.4\data-binary-ieee754-0.4.4\html doesn't exist or isn't a directory
  import-dirs: C:\cabal\x86_64-windows-ghc-9.2.4\data-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu doesn't exist or isn't a directory
  cannot find any of ["Data\\Binary\\IEEE754.hi","Data\\Binary\\IEEE754.p_hi","Data\\Binary\\IEEE754.dyn_hi"]
  cannot find any of ["libHSdata-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu.a","libHSdata-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu_p.a","libHSdata-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu-ghc9.2.4.so","libHSdata-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu-ghc9.2.4.dylib","HSdata-binary-ieee754-0.4.4-GLb8xOe6wXg98lkn5x5zWu-ghc9.2.4.dll"] on library path
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/xhtml\xhtml.haddock doesn't exist or isn't a file

continuing here because it exceeded character limit

Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/xhtml doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/Win32\Win32.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/Win32 doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/transformers\transformers.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/transformers doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/time\time.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/time doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/text\text.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/text doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/template-haskell\template-haskell.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/template-haskell doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/stm\stm.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/stm doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/rts\rts.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/rts doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/process\process.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/process doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/pretty\pretty.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/pretty doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/parsec\parsec.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/parsec doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/mtl\mtl.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/mtl doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/libiserv\libiserv.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/libiserv doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/integer-gmp\integer-gmp.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/integer-gmp doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/hpc\hpc.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/hpc doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/haskeline\haskeline.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/haskeline doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghci\ghci.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghci doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-prim\ghc-prim.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-prim doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-heap\ghc-heap.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-heap doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-compact\ghc-compact.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-compact doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-boot-th\ghc-boot-th.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-boot-th doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-boot\ghc-boot.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-boot doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-bignum\ghc-bignum.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc-bignum doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc\ghc.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/ghc doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/filepath\filepath.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/filepath doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/exceptions\exceptions.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/exceptions doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/directory\directory.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/directory doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/deepseq\deepseq.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/deepseq doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/containers\containers.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/containers doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/Cabal\Cabal.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/Cabal doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/bytestring\bytestring.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/bytestring doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/binary\binary.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/binary doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/base\base.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/base doesn't exist or isn't a directory
Warning: haddock-interfaces: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/array\array.haddock doesn't exist or isn't a file
Warning: haddock-html: C:\ghcup\ghc\9.2.4\lib/../../docs/html/libraries/array doesn't exist or isn't a directory

The following packages are broken, either because they have a problem
listed above, or because they depend on a broken package.
tidal-1.9.2
hosc-0.19.1
network-3.1.2.7
random-1.2.1.1
tidal-link-1.0.1
primitive-0.7.4.0
clock-0.8.3
splitmix-0.1.0.4
colour-2.3.6
blaze-builder-0.4.2.2
data-binary-ieee754-0.4.4

Hi, I notice that your GHC version is 9.2.4 which on Windows is not compatible with Tidal 1.9. More details in TidalCycles version 1.9.0 - Announcements - Tidal Club. I have opened Bump GHC version and unpin by Zalastax ยท Pull Request #8 ยท tidalcycles/tidal-chocolatey (github.com) to address this in the Chocolatey installer.

1 Like

hi @zalastax . It finally worked, actualizing GHC (and cabal) through ghcup. Then upgrading tidal to 1.9 again, and finally sounding :slight_smile:

thank you!

2 Likes