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
- Host: GitHub
- URL: https://github.com/serokell/hackage-search
- Owner: serokell
- Created: 2020-04-14T13:32:52.000Z (almost 6 years ago)
- Default Branch: release
- Last Pushed: 2025-03-25T15:52:15.000Z (10 months ago)
- Last Synced: 2025-05-08T01:47:00.523Z (9 months ago)
- Topics: hackage, haskell, search
- Language: Haskell
- Homepage: https://hackage-search.serokell.io/
- Size: 96.7 KB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackage Search
## Build
```
nix-build
```
## Development
```
nix-shell
cd frontend
tsc --noEmit -w
```