wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.45k stars 1.18k forks source link

Upgrade our Haskell toolchain #1446

Open infomiho opened 1 year ago

infomiho commented 1 year ago

We are looking to upgrade our Haskell toolchain to the latest LTS/stable version. That would mean 9.X.X for GHC and we need to investigate which makes most sense for Wasp.

Possible steps:

  1. Investigate which tools we need to upgrade (GHC, Cabal)
  2. Decide on the versions we want to use
  3. Upgrade
  4. Test
Martinsos commented 5 months ago

We might also want to look into starting to use DuplicateRecordFields + OverloadedRecordDot + NoFieldSelectors, I hear this is a popular thing to use these days.