flora-server icon indicating copy to clipboard operation
flora-server copied to clipboard

A package index for the Haskell ecosystem

Results 112 flora-server issues
Sort by recently updated
recently updated
newest added

We should display the license of packages in listings. We can use the Heroicon: ```xml ```

enhancement

We must support GHC 9.2 in the Docker image

Docker

I'm running a darwin environment and I can't build the project. Previously I've tried to spin up the project using nix, it failed (I don't have the error message from...

The compiler version is stored in the `testedWith` field of [PackageDescription](https://hackage.haskell.org/package/Cabal-3.6.3.0/docs/Distribution-Types-PackageDescription.html#t:PackageDescription). We could display the list of supported compiler & version for a certain release, as well as allow for...

component:package

## Proposed changes This PR displays a release's description field if no README is found in the tarball. The description data is haddock-formatted text. ## Contributor checklist - [ ]...

[GitHub now supports theme variations of user-supplied images](https://dev.to/arnavkr/using-darklight-mode-specific-images-in-github-markdown-3iln) and we could too!

help wanted
component:package

* Put a link to each release's changelog next to them in the Versions column * Put a link to the current release's changelog in the main view

good first issue
help wanted
component:package

## Proposed changes This should use [custom errors](https://docs.servant.dev/en/stable/cookbook/custom-errors/CustomErrors.html) ## Contributor checklist - [ ] My PR is related to \ - [ ] I have read and understood the [CONTRIBUTING...