Other improvements:
- Bump the Stackage resolver from
lts-20.9tolts-20.26(GHC 9.2.5 → 9.2.8), the newest snapshot compatible withpurescript-0.15.15(#322 by @thomashoneyman) - Modernize the server build:
cabal-version: 2.4, build with-Wall -Werror(with attendant cleanup inserver/Main.hs), remove unused dependencies and the redundantSetup.hs(#322 by @thomashoneyman) - Speed up CI server builds by removing the
-j1limit; runners have had 4 vCPUs and 16GB of RAM for years (#322 by @thomashoneyman) - Serve the site and the compiled
/outputmodules withCache-Control: no-cacheso browsers revalidate via ETag instead of heuristically caching a stale client for months after a deploy (#322 by @thomashoneyman)