I am on Mac OS using homebrew for unix-y stuff. And honestly, I just really haven't put any time into it, if it take me more than five minutes then it isn't worth the time. ledger does everything I need and I tweak on ledger-mode when I get an idea to make it better or somebody reports a bug that may effect more than 1 user.
On Sun, Sep 14, 2014 at 11:24 AM, Simon Michael <[email protected]> wrote: > On 9/14/14 10:27 AM, John Wiegley wrote: >>>>>>> >>>>>>> Craig Earls <[email protected]> writes: >>> >>> I just wish I could get anything Haskell related running without serious >>> headaches. >> >> >> I really wish that too. As of this writing, Nix is truly the best option >> for >> non-Haskellers to get Haskell-built code running on their machine. > > > I can't agree with that. Plenty of folks complaining lately that Nix comes > with its own hassles. > > How hard it is to "get anything haskell related running" - interpreted > literally - depends very strongly on your platform. For instance on Debian > it's a non-issue. > > Doing more advanced things, like installing things from Hackage, requires > more know-how. Because (unless you get lucky) your package db will have > become too complex, or some package you need to install will have > dependency-rotted. > > Speaking of which, I recently released hledger and hledger-web 0.23.3 on > hackage to fix dependency issues. > > Craig, are you on Windows ? This recipe worked for me recently: install the > Haskell Platform (picking the right 32/64 bit size for your system); cabal > update; cabal install cabal-install; cabal sandbox init; cabal install > hledger-web. > > > > -- > > --- You received this message because you are subscribed to the Google > Groups "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
