the website for functor.systems https://functor.systems
  • HTML 38.7%
  • CSS 34%
  • Haskell 22%
  • Nix 4.8%
  • Just 0.5%
Find a file
2026-01-10 18:07:16 -08:00
.github/workflows fix(ci): accept flake config 2025-12-28 04:23:58 -08:00
app feat: add anthony w to members 2026-01-10 18:07:16 -08:00
static feat: use clay css preprocessor 2025-12-28 14:44:40 -08:00
.envrc feat: full haskellian rewrite 2025-12-17 10:22:27 -08:00
.gitignore feat: full haskellian rewrite 2025-12-17 10:22:27 -08:00
.swcrc feat: use speedy web compiler to minify the js bundle 2025-12-28 04:20:29 -08:00
cabal.project feat: use haskell.nix to reproducibly compile the website 2025-12-28 04:15:20 -08:00
flake.lock feat: use haskell.nix to reproducibly compile the website 2025-12-28 04:15:20 -08:00
flake.nix chore: format cabal 2025-12-28 14:47:07 -08:00
justfile fix: pass css output path in justfile 2025-12-28 14:50:35 -08:00
LICENSE feat: full haskellian rewrite 2025-12-17 10:22:27 -08:00
README.md docs: update readme 2026-01-07 15:20:17 -08:00
website.cabal chore: format cabal 2025-12-28 14:47:07 -08:00

functor.systems

the website. see functor.systems.

hacking

Just do:

nix build

Note this takes quite a while as you will have to build GHC from source targeting a JS backend. Binary cache soon.