Markus Schirp

Results 299 comments of Markus Schirp

I'm closing this one as unparser mirrors `parser` at the moment.

@pbrisbin Yes, but I'm quite busy commercially. I mostly use the git references ATM. There are 2 big things left before I could release: 1. Figure out on how to...

I've figured out module haddoc comments via the AST based generator. But the regular annotation fields cannot be nicely used to generate documentation without constructing the AST witht source locations,...

@pbrisbin I can release now, with #239 the doc comments finally work.

I'm considering to drop support for pre 8.8 and releasing this as lots of sublibraries, else I#d have to manage 283 packages on hackage ;) thoughts?

@pbrisbin I think sublibs allow to only compile what you use, you'll still have to download all (which is likely not an issue), problem is that `stack` has no really...

@pbrisbin Released version `1.0.0` from main. Example hackage links: * https://hackage.haskell.org/package/stratosphere-1.0.0 * https://hackage.haskell.org/package/stratosphere-s3-1.0.0 Documentation is not yet generated at the time I post.

@pbrisbin I've got no idea why docs are not being generated on hackage, if you have an idea what I can change let me know.

doc are present now. @pbrisbin could you switch of the git source? Releases are usable for you?