Simon Michael
Simon Michael
No need for further work on this, I'm just confirming that - no, ghc-8.10.7 doesn't make a difference. - I could not reproduce @natsukagami's success from those instructions.
Update from me, with a different toolchain (now it's all arm binaries installed by ghcup) and OS (now it's macos monterrey). LLVM 13 comes with macos, and is installed a...
@DavSanchez exactly, the mixed binaries cause lots of trouble, arm mac owners beware. More notes about it [on reddit](https://www.reddit.com/r/haskell/comments/rjm0x8/help_wanted_for_llvm_config_for_haskell_on_mac/).
I have this working pretty well, in brick, like so: https://github.com/simonmichael/hledger/blob/cc0764eac255edf7459c2b9ec13903a2ef51813b/hledger-ui/Hledger/UI/UIUtils.hs#L55-L88 You can suspend, resume, and after resume the screen redraws. But depending what was just drawn, the terminal attributes...
Thanks for the quick response. I think suspendAndResume starts a new IO action so can't replicate Ctrl-Z functionality, ie suspending and returning to the original shell.
With a little more time, I see it! Slightly mind bending, but it works perfectly. Thanks @jtdaugherty ! ``` -- | On posix platforms, suspend the program using the system...
Just the mention at http://hledger.org/hledger.html#add I think. It's pretty simple, any arguments are just used as answers for the first N input prompts.
Is that an explicit policy ? And couldn't someone add more packages ? For reference, the "official" designation comes from http://hledger.org/manual.html#add-on-commands: "Official add-ons.. are maintained and released along with hledger."...
PS re the other problem, size of stack deps, I feel your pain. Normally we (eg the hledger-install script) try to reuse the same resolver for all packages. hledger and...
What's missing from hledger-web's add form, for hledger-iadd users ?