I’m starting a new project next week, and will likely be able to use Haskell. I’ve been doing other things for a few years, but prior to that I was using Haskell in production, writing Servant microservices, etc.
Catch me up! Here are some questions:
-
What’s the modern way to build applications and fetch dependencies? Last time around I was using stack for everything (including getting ghc binaries). I know of ghcup, but does it do anything besides install binaries?
-
What’s the latest in effects libraries? Any recommendations on where to look first?
-
Is dot syntax working for updates yet? Last I checked, the record-dot-preprocessor worked well, but the GHC extensions required implementing HasField by hand for updates.
-
Any other new developments I should be aware of?
Thanks!