sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

Cabal & Stack has nothing on Stack? #92

Open tommythorn opened 7 years ago

tommythorn commented 7 years ago

I was excited to see the introduction to modern Haskell as I find that it's very confusing to enter Haskell these days as many or most introductions doesn't actually match current practices (Text vs. String, cabal vs. plain GHC, etc). However, I was bewildered when the Cabal & Stack section didn't mention Stack. Is this merely waiting for someone to write it? At the very least, we should be able to toss in a paragraph with a pointer? (I haven't used it yet, so I'm a bad candidate to write it).