An open API service indexing awesome lists of open source software.

https://github.com/serokell/hackage-search

An application that lets you search for anything on Hackage
https://github.com/serokell/hackage-search

hackage haskell search

Last synced: 9 months ago
JSON representation

An application that lets you search for anything on Hackage

Awesome Lists containing this project

README

          

# Hackage Search

## Build

```
nix-build
```

## Development

```
nix-shell
cd frontend
tsc --noEmit -w
```