Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/July541/haskell-search-extension

A browser extension to search Haskell knowledge.
https://github.com/July541/haskell-search-extension

chrome-extension edge-extension firefox-extension hackage haskell

Last synced: 13 days ago
JSON representation

A browser extension to search Haskell knowledge.

Awesome Lists containing this project

README

        

# Haskell Search Extension

*DON'T USE, UNDER DEVELOPMENT*

A browser extension to search Haskell words.

![Haskell Search Extension](./imgs/demo.png)

## Supporting Status

- [x] Search hackage packages.
- [x] Search hackage functions.
- [ ] Search hackage signatures. (Long way to go, respect Neil more...)

## Acknowledge

- Basic core search are based on [search-extension-core](https://github.com/huhu/search-extension-core) and transfered to TypeScript by me(@July541).
- Extension is implemented by referring [cpp-search-extension](https://github.com/huhu/cpp-search-extension).
- Implementing build from ts to js with the help of [web-ext-react-template](https://github.com/hiterm/web-ext-react-template)