We Built a Haskell Package Manager in Rust

raskell.io

24 points

raskelll

3 days ago


3 comments

internet_points 3 days ago

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 )

jjgreen 3 days ago

    curl -fsSL https://arcanist.sh/hx/install.sh | sh
Bringing Rust-level security to Haskell!