scrive / log

Structured logging solution.
https://hackage.haskell.org/package/log-base
BSD 3-Clause "New" or "Revised" License
35 stars 7 forks source link

Bloodhound 0.13 #32

Closed phadej closed 7 years ago

phadej commented 7 years ago

Resolve #30

I went with dumb approach, as clever type-family stuff made code too complicated. With a copying script, keeping two versions compatible should be simple

phadej commented 7 years ago

I have to update log, and will do if this approach is ok.

23Skidoo commented 7 years ago

I'm on vacation, will review in a couple of days.

phadej commented 7 years ago

bloodhound-0.14.0.0 is released, should I bump the lower-bound to it?

23Skidoo commented 7 years ago

Yeah, sure. Sorry for being a bit slow on this, will review tomorrow.

23Skidoo commented 7 years ago

I'm OK with the dumb approach for now, though once the two files will begin to diverge, it'll not be fun to maintain. We can drop V1 API at that point, but as long as it's not too onerous, let's continue supporting it.

phadej commented 7 years ago

ping @23Skidoo, the build is green

23Skidoo commented 7 years ago

Merged, thanks!