~I still don't know how to start the interpreter reliably from HyperHaskell, for now I do it from another cmd console.~ It turns out I have no stack installed, and the Settings entry of my worksheet did not fall back to cabal. It works now when I manually set cabal without arguments.
No HyperHaskell name set on the initial worksheet's name, I see "(untitled)" instead. It changes, though, upon loading of a worksheet.
In the cmd console I cannot kill hyper-haskell-server by hitting ctrl-c.
In Windows "Save" and "Save as" won't work.
In Windows, when closing a worksheet, an exception happens.
Other things I observed:
cmd = env['HOME'] + '\AppData\Roaming\cabal\bin\hyper-haskell-server' +cmd }
// spawn process
HyperHaskell
, for now I do it from anothercmd
console.~ It turns out I have nostack
installed, and theSettings
entry of my worksheet did not fall back tocabal
. It works now when I manually setcabal
without arguments.HyperHaskell
name set on the initial worksheet's name, I see "(untitled)" instead. It changes, though, upon loading of a worksheet.cmd
console I cannot killhyper-haskell-server
by hitting ctrl-c.