Hécate
Hécate
Have you considered using [`concurrent-output`](http://hackage.haskell.org/package/concurrent-output)?
I can confirm this is fully reproducible on F32. Edit: It however compiles perfectly with Meson. The commands is: `meson Build && ninja -C Build`
@frasertweedale I can't say I'm the most comfortable with the codebase, but if you're available for some pairing one day, I would love that. :)
A little background on my case: With feedback from the community of `text-display` users, I made the choice to have the _methods_ of the Display typeclass return a Builder, whilst...
@kozross If I am not mistaken, from the type signatures, you should be able to use `before` as such: ```haskell before (doStuff) $ describe "foo" $ do it "should bar"...
Yes, I don't quite see how one is supposed to access the `a`.
I think I understand better after having read [this test](https://github.com/hspec/hspec/blob/d371de4290732c691b5845debf8dbbf330bf0c34/hspec-core/test/Test/Hspec/Core/HooksSpec.hs#L22). Is it clearer, @kozross?
> Periodically, we could run "rollup" queries to calculate the total set of transitive rev-deps, and store just the count in memory to cut down on footprint. Yep, this is...
This bug is still around
Not that I remember, but this very well might be something that others have hit but didn't report. Since Cabal is the interface here, I'd be interested to know if...