Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
-
I've had some PRs open on hedgehog for one and two months respectively. It looks like the maintainer isn't currently very active, which is fair enough. This isn't about criticizing him, and I'm not trying to take over the repo.
-
As for finding things in those many modules, I usually check hoogle first: https://hoogle.haskell.org/
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
There is work in progress to integrate the REPL into the HLS (basically what provides IDE functionality to vscode): https://github.com/haskell/haskell-language-server/issues/477
-
I'm playing with a fork (branch CApiFFI) of direct-sqlite. The fork doesn't include sqlite's C code, and instead relies in the system library.