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

Version 0.10.8 breaks elm-server #10

Closed
nominolo opened this issue Jul 22, 2014 · 3 comments
Closed

Version 0.10.8 breaks elm-server #10

nominolo opened this issue Jul 22, 2014 · 3 comments

Comments

@nominolo
Copy link

When I compile elm-server (0.11.0.1) with cmdargs-0.10.8 it ends up completely broken due to what seems like an internal error in CmdArgs:

elm-server: System.Console.CmdArgs.Implicit, unexpected repeated names: v version

Downgrading to cmdargs-0.10.7 fixes it. I haven't looked into what exactly is causing this; perhaps it'll be clear for you based on the error message.

@ndmitchell
Copy link
Owner

I can reproduce this with cabal install elm-server && elm-server --help. Investigating now.

@ndmitchell
Copy link
Owner

I've turned elm-server into a test case, fixed the underlying bug, and am testing in situ, running the continuous integration and preparing the release. Hopefully ready shortly.

@ndmitchell
Copy link
Owner

I've released cmdargs-0.10.9 which fixes this bug, includes the elm-server test (so at least elm-server isn't going to get broken again). Sorry about that - I owe you a beer!

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

2 participants