Closed sjakobi closed 2 years ago
Thanks @sjakobi .
I created this issue in microlens
which will block us from being able to run tests. But I can certainly work on future-proofing now.
Okay, microlens
is not actually a blocker (thanks for the clarification @sjakobi). But now this is blocking benchmarks from building:
https://github.com/simonmar/monad-par/issues/74
I would say the actual build failures above are resolved now, but this issue can stay open until all targets (library, tests, benchmarks) can be built against mtl-2.3.
pcre2-2.1.1.1 is released.
But now this is blocking benchmarks from building: simonmar/monad-par#74
The latest version of statistics
doesn't use monad-par
anymore. With that version you get a valid build plan for criterion
with mtl-2.3
.
LOL alright, thanks for the assistance and sorry if I'm making this more trouble than it needs to be. I'll continue to work on this as soon as I can.
No worries, @sjshuck. There's no need to hurry. And FYI, for discovering build plans, cabal
's dependency solver is pretty useful. stack
doesn't have such a feature.