hololeap

Results 18 issues of hololeap

This is a new function for `Control.Comonad.Representable.Store` -- | The most basic `Store` comonad, built from a `Representable`, using `index` as the underlying function. repStore :: Representable g => g...

I found quite a few more packages that are not needed to build the "core leaf" Haskell packages that will remain on `::gentoo`. This is assuming our core group consists...

need assignment

These fixes were needed to build the following packages, using `USE="doc examples executable hoogle hscolour test"`: ``` app-admin/haskell-updater app-portage/hackport app-text/pandoc dev-util/shellcheck dev-vcs/git-annex dev-vcs/darcs x11-misc/xmobar x11-wm/xmonad x11-wm/xmonad-contrib ```

assigned
no bug found

I am getting a lot of test failures from the `hls-eval-plugin` test suite using 55d90241440c5282b9e60cf80a98fd8698e1f8d9: ``` 62 out of 65 tests failed (272.92s) ``` Full build log is [here](https://gist.github.com/hololeap/1d139322b305e007f4e12977051ccfbc#file-build-log-L364-L1254). ###...

type: bug
status: needs info
component: hls-eval-plugin

`system-filepath` and `system-fileio` have been deprecated. This removes them and replaces their functions with newer alternatives.

## Is your enhancement request related to a problem? Please describe. I have been handling packaging `haskell-language-server` for Gentoo Linux, and as such I try to run the test suite...

type: enhancement
status: needs triage

I'm getting warnings about caching failing to save, due to an invalid `path`. The path is being set by `steps.setup.outputs.cabal-store`. --- With this step in my [workflow file](https://github.com/hololeap/haskell-updater/blob/19d05bc04e19af095074babf2b3f8d196e8015a0/.github/workflows/haskell.yml#L58-L65): ``` #...

info needed

I'm looking at using `prettyprinter` to generate `.ebuild` files, which use tabs instead of spaces for indentation. Every indentation-related function (such as `align` and `hang`) makes use of spaces exclusively...

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain The scenario: - A package has an upper version...

check

This is a proposal for a "soft" version of `NonsolvableDepsIn*`, which would detect when a package is forcing an old version of a dependency to be pulled in, even though...

check