flora-server
flora-server copied to clipboard
A package index for the Haskell ecosystem
We should display the license of packages in listings. We can use the Heroicon: ```xml ```
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...
## 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!
* 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
## 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...