Simon Hengel
Simon Hengel
I think I was too quick to dismiss this originally. It could be nice to experiment with `pqc`. I will try to add some rough steps on how to integrate...
Hi 👋 1. Yes, you should use `doctest` via `cabal repl` as documented in the README and not rely on GHC environment files. 1. As for the specific error you...
- You probably want to use `-w` instead of `-Wno-type-defaults`. We may want to document this in the README of Doctest. PRs welcome. - Not sure what's the issue is...
@user202729 thanks for taking the time to look at this. > Somewhat related to #1054, although I can't immediately tell if they're identical. They are addressing the same underlying issue....
@benoit-pierre can I get your input on this?
I'm not too excited about this change for - the added dependency on `hashable` (which e.g. currently does not build with GHC HEAD) - the transitive dependency on `text`, which...
For `hspec/hspec` I now include a "vendored" copy of `async` without the `hashable` dependency. It's ok with me to close this issue.
@Bodigrim I would love to help, however, even if I try hard, I'll not be able to free up time to mediate this issue. If somebody else wants to pick...
Yes, I'd love to have aligned columns. If you can come up with a patch, that would be more than welcome.
@NoctuaNivalis sorry for the late reply btw.