I just want to announce a new super simple tutorial
on how to use tasks snaplet if anybody would be interested.
Tutorial is at project's github repo at:
https://github.com/kamilc/Snaplet-Tasks
Regards
--
http://digitalinventor.pl
Kamil Ciemniewski
Hey Gregory,
>
> This is nice! I have a couple of suggestions about the code:
>
> * many people have reported the haskell curl bindings to be really
> buggy, especially with multithreaded code. I would suggest
> http-enumerator or the new http-conduit instead.
Thanks for hint - I'll switch to one of those packages as soon as I'll
get
some free time again.
>
> * the command-line processing might be simplified and integrated
> with the normal snap stuff if you used System.Console.GetOpt and we
> exported a little bit more of our infrastructure.
That's also good to know. I'll definitely switch to Your infrastructure.
Many thanks Gregory