hololeap
hololeap
Is there a way to do this currently? I sometimes run into tests for doctest that are incompatible with my system. I would like to have a way to disable...
Is there any reason why there is no `ComonadTraced` instance for `CofreeT`? This seems like the obvious implementation, but I'm not sure if it would break the semantics for `ComonadTraced`:...
The docs say that `unfoldWhileM` and `unfoldWhileM'` repeatedly evaluate the monadic action _until_ the predicate returns `True`, but they actually evaluate it _while_ the predicate returns `True`.
This flag will toggle the use of some `ghc-options` in the test suite. It is set to `default: True`. This is needed for tests to run on some GHC builds...
I found a test failure in 0.9.0.9, being built in Gentoo. [This gist](https://gist.github.com/hololeap/997a3d42f0b56d10bdd2cc2c69b4874c#file-build-log-L1484-L1489) is a copy of the build log, which includes the test failure (highlighted). The failure is in...
Also, a couple doctests had output that differed from what was expected.
### Describe the bug There is a recurring but difficult to reproduce bug that has been causing issues for Gentoo users who are installing Haskell packages through the system package...
I ran into this when I was compiling for a Gentoo system. The script for gentoo-haskell passes custom flags for GCC as `--ghc-option=-optc-...` configure flags. I isolated the problem flag...