Benjamin

Results 23 issues of Benjamin

In #724 I bump aeson and make it work across versions. It would be good if duckling can update the constraints on Text and Hashable so it works on a...

It would be useful to have sorting utilities that function directly on rrb vectors so conversions between types to get sorting aren't necessary; sortBy at the very least would be...

The default implementation of `(*>)` uses `()` which tries to perform each branch in parallel. However, since we only get the value from the right argument, we should just return...

Minor documentation addition to express a specific usecase for config importing, that of using stackage as your package set. * [/] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions). * [/] Is...

documentation

As well as bumping lower bounds, we also now require text 2.0+

CLA Signed

These are over-complicated for what they need to do.

Finally getting to some of the changes requested by @meooow25 on https://github.com/haskell/containers/pull/1163 In this PR we remove some unused instances, and try and share the implementations for some other instances....

continuing the work of https://github.com/haskell/containers/pull/493/ Not yet ready for merging, I want to try and run the benchmarks in a reliable way.