Haskell Search Extension
A browser extension to search Haskell words.
Supporting Status
- Search hackage packages.
- Search hackage functions.
- Search hackage signatures.
Acknowledge
- Basic core search are based on search-extension-core and transfered to TypeScript by me(@July541).
- Extension is implemented by referring cpp-search-extension.
- Implementing build from ts to js with the help of web-ext-react-template