first time installer here! had the usual '"/BootTidal.hs" does not exist' error when trying to start up in emacs for the first time.
so following the instructions here: Emacs Extension for the workaround to get 'BootTidal.hs' in the startup path, but when i do this:
I ended up with a similar problem once. I don't remember what I did exactly to fix it, but have you specified a path for your BootTidal.hs? Try adding the following line to your configuration:
is that haskell version out of date? do i have to have 8.8.4 installed in order for v1-update to work?
to further muddy the waters (heh) i installed stack and ran
stack install tidal
which did build tidal in some bizarre location but i don't know how to use that library with emacs ...
[xxx@xxx ~]$ locate BootTidal.hs
/home/xxx/.stack/snapshots/x86_64-linux-tinfo6/a48af8cc0c5da2022524b3db70509f2da3cc9cc432eb1760a5e61ed870c6bff7/8.10.4/share/x86_64-linux-ghc-8.10.4/tidal-1.6.1/BootTidal.hs
i'm sorry but i'm just not that familiar with Haskell or this way of building and installing things.