Hi @ndr_brt - I wonder if you'd be kind enough to comment on the following:
Are you aware of any subtleties regarding the relative path to the Haskell file provided for the script?
For example, my Haskell file is named TidalStartup.hs and is in the same directory as BootTidal.hs, but the line:
:script ./TidalStartup.hs
results in the error
t> IO error: "TidalStartup.hs" does not exist
when any tidal command is first invoked from within Atom.
I'm a bit mystified by this, since it seems to me to be directly analogous to what you have in
Any comments appreciated.