fix flake, add translation, add args

This commit is contained in:
Daniel Kauss Serna 2026-02-04 18:55:45 +01:00
parent 2804c90aba
commit e382150986
5 changed files with 250 additions and 60 deletions

View file

@ -54,6 +54,7 @@ executable chipburners-club
Ical
Interested
Render
Translation
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
@ -70,7 +71,9 @@ executable chipburners-club
http-conduit,
http-types,
lucid,
optparse-applicative,
scotty,
warp,
text,
time,
uuid,
@ -82,4 +85,4 @@ executable chipburners-club
src
-- Base language which the package is written in.
default-language: GHC2024
default-language: GHC2021