SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

fix: added support for ghc 9 #44

Closed quyumkehinde closed 1 year ago

quyumkehinde commented 1 year ago

A fix for this issue

SamuelSchlesinger commented 1 year ago

Hi, thanks for this patch! I am planning to release an updated version tested on GHCs 9.2 and 9.4 and have some of this done on my local already. I will likely close this, but I will leave it open until I push my changes.

Out of curiosity, what are you using commander-cli for? Happy to see it's still in use.

quyumkehinde commented 1 year ago

Hi Samuel,

Thank you for your response. We use commander-cli at @gpuexchange to build our client-side CLI application. Our codebase is in Haskell thus the need for a CLI library for parsing users' input.

SamuelSchlesinger commented 1 year ago

That's great to hear. I just uploaded version 0.11 to Hackage, let me know if you're seeing any problems!