We Built a Haskell Package Manager in Rust
raskelll
12 points
2 comments
April 14, 2026
Related Discussions
Found 5 related stories in 60.9ms across 4,562 title embeddings via pgvector HNSW
- An incoherent Rust emschwartz · 160 pts · March 23, 2026 · 53% similar
- Show HN: I built a Cargo-like build tool for C/C++ randerson_112 · 137 pts · April 09, 2026 · 52% similar
- Supply chain nightmare: How Rust will be attacked and what we can do to mitigate fanf2 · 116 pts · April 10, 2026 · 52% similar
- Show HN: WolfStack – Proxmox-like server management in a single Rust binary wolfsoftware · 23 pts · March 08, 2026 · 51% similar
- Notes on writing Rust-based Wasm vinhnx · 218 pts · March 08, 2026 · 50% similar
Discussion Highlights (2 comments)
jjgreen
curl -fsSL https://arcanist.sh/hx/install.sh | sh Bringing Rust-level security to Haskell!
internet_points
The blog post could do with some human editing ;-) Still, this is very interesting, if nothing else it seems like a proof by example that it is possible to fix Haskell's tooling. By the way, can I suggest prefixing the error codes with something hx-specific, e.g. instead of E0012, maybe HX0012? Makes things more googlable. (Like you can google for SC2154 and get https://www.shellcheck.net/wiki/SC2154 )