You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optparse-applicative is a huge improvement comapred to System.Console.getOpt that I used before. However, it comes with a bunch of additional dependencies.
For compilation on windows systems, this is a problem, because GHC on Windows has some issues. The one I am running into is described here:
I would like to use optparse-applicative but it seems that the dependency on ansi-wl-pprint implies ansi-terminal which again implies Win32 which I can't compile (at least I strongly suspect Win32 is the cause of my troubles).
Do you think there is a way of having optparse-applicative without this dependency?
The text was updated successfully, but these errors were encountered:
optparse-applicative
is a huge improvement comapred toSystem.Console.getOpt
that I used before. However, it comes with a bunch of additional dependencies.For compilation on windows systems, this is a problem, because GHC on Windows has some issues. The one I am running into is described here:
commercialhaskell/stack#754
I would like to use
optparse-applicative
but it seems that the dependency onansi-wl-pprint
impliesansi-terminal
which again impliesWin32
which I can't compile (at least I strongly suspectWin32
is the cause of my troubles).Do you think there is a way of having
optparse-applicative
without this dependency?The text was updated successfully, but these errors were encountered: