Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies on Windows systems #158

Closed
rubenmoor opened this issue Sep 29, 2015 · 1 comment
Closed

Dependencies on Windows systems #158

rubenmoor opened this issue Sep 29, 2015 · 1 comment

Comments

@rubenmoor
Copy link

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:

commercialhaskell/stack#754

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?

@rubenmoor
Copy link
Author

My suspicion turned out false. There is no problem with win32 and no problem at all with optparse-applicative on Windows. Sorry for any confusion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant