Profile: 90f5dad2...
man, I’m rewriting bash script in haskell because there is a lot redundancy and could be factored out nicely if written in any functional language
bash version mainly uses curl and jq
statically linked haskell binary ended up being 34 MiB stripped and I have just started with a simple http call
how do haskellers breathe