
I'm the author of Win32-services [1]. There is a very simple example to
show you what such a service looks like. Let me know if you have any
questions.
[1]: http://hackage.haskell.org/package/Win32-services
-- Michael Steele
On Tue, Mar 11, 2014 at 12:59 PM, Miro Karpis
Hi Cafe, I need to write a service that should run on windows and on linux (after recompilation of course).
One option is to use Qt Service Framework, but I was hoping that I could use Haskell for this task. Unfortunately I can not find anything similar.
Please does anybody know about a library that could fulfil more or less the requirement?
Cheers, Miro
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- -- Michael Steele