fix flake, add translation, add args
This commit is contained in:
parent
2804c90aba
commit
e382150986
5 changed files with 250 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue