commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
530 stars 806 forks source link

add package MapWith: pull request failing #5520

Closed davjam closed 4 years ago

davjam commented 4 years ago

My pull request (https://github.com/commercialhaskell/stackage/pull/5519) is failing the tavis build.

The error seems to be:

curator: InvalidYaml (Just (YamlParseException {yamlProblem = "did not find expected key", yamlContext = "while parsing a block mapping", yamlProblemMark = YamlMark {yamlIndex = 388, yamlLine = 11, yamlColumn = 18}}))

Sorry, I have no idea what this means or what I could do about it.

(This is the first time I've tried to add a package to Stackage, so may well have done something wrong. Please let me know if that's the case and I'll try to fix it).

Thanks, David.

davjam commented 4 years ago

OK - I'd made a dumb typo editing the build-constraints.yaml file. I'm happy to close this, but just wondered if a more meaningful error message would be possible?

jkachmar commented 4 years ago

Thank you for contributing to Stackage!

I believe that error comes from the yaml package, however there could be a way of improving this on the curator side of things.

To that end, I've opened commercialhaskell/curator#17, since that feels like a more appropriate place to track this.