saurabhnanda / odd-jobs

Haskell job queue with admin UI and loads of other features.
https://www.haskelltutorials.com/odd-jobs/
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

add windows support #100

Open jappeace opened 1 year ago

saurabhnanda commented 1 year ago

@jappeace curious about the use-case of this? Is anyone really doing serious (i.e. production-level) Haskell development on windows?

jappeace commented 1 year ago

I've a client who uses windows and I use haskell there to avoid having to do things in php. In fact my sneaky plan is to slowly upgrade that php codebase into haskell trough simple links and using the database as an adhoc api. but to do that I'll actually need the libraries to function.

this will also help where people quickly want to test out oddjobs for whatever reason, without having to change OS