Haskell-OpenAPI-Code-Generator / Haskell-OpenAPI-Client-Code-Generator

Generate Haskell client code from an OpenAPI 3 specification
46 stars 19 forks source link

Support macOS for development #109

Closed joel-bach closed 4 months ago

NorfairKing commented 4 months ago

@joel-bach without CI for macos this doesn't help. I usually recommend against supporting macos because it's a lot of extra work, like for example setting up CI. You'd need someone who wants to maintain it.

joel-bach commented 4 months ago

@NorfairKing It does help as I am currently on macOS myself 😉 I do not plan to support this any longer than I am stuck with macOS myself but I do not want to have to switch out the system in flake.nix and other places every time I want to change something.