Harendra Kumar
Harendra Kumar
Not sure what's the fate of floskell with haskell-src-exts being unmaintained, still raising this issue. It cannot parse this: ``` {-# RULES "zipWithM xs xs" forall f xs. zipWithM @Identity...
When using two or more clusters in the chart the width and placement of the bars is correct. But when we have just a single cluster in the whole chart...
Commented out the test suite that depends on ghc-datasize package because that package is broken.
Some changes like record updates have gone in since the last release on hackage. Are there any pending changes, testing required before the new changes are released to hackage? It...
Is it possible to avoid [using a pipe](https://github.com/luite/hfsevents/blob/25a53d417d7c7a8fc3116b63e3ba14ca7c8f188f/cbits/c_fsevents.m#L53) for communicating between C to Haskell? A pipe uses 2 fds. It will be much more scalable if we can do away...
See .hlint.ignore. We need to fix all the files ignored for `core/` directory.
* Need to change benchmark/* * benchmark/bench-runner/* * targets/* Also change tests if any.
We did not include these earlier thinking that we would directly use unfolds. But on second thoughts I am thinking that we should only recommend using the stream API in...
In all internal modules except: * IsStream/* In all released modules except: * Streamly.Prelude