swap to htmx
This commit is contained in:
parent
47989ab012
commit
b8b7d8a198
33 changed files with 155 additions and 544 deletions
83
rcv-site.cabal
Normal file
83
rcv-site.cabal
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
cabal-version: 3.0
|
||||
name: rcv-site
|
||||
version: 0.1.0.0
|
||||
category: Web
|
||||
build-type: Simple
|
||||
|
||||
executable server
|
||||
main-is:
|
||||
Main.hs
|
||||
default-extensions:
|
||||
DataKinds,
|
||||
DeriveAnyClass,
|
||||
DeriveGeneric,
|
||||
DuplicateRecordFields,
|
||||
FlexibleContexts,
|
||||
FlexibleInstances,
|
||||
ImpredicativeTypes,
|
||||
ExtendedDefaultRules,
|
||||
MultiParamTypeClasses,
|
||||
NamedFieldPuns,
|
||||
OverloadedLabels,
|
||||
OverloadedLists,
|
||||
OverloadedStrings,
|
||||
PartialTypeSignatures,
|
||||
RankNTypes,
|
||||
RecordWildCards,
|
||||
RecursiveDo,
|
||||
ScopedTypeVariables,
|
||||
StandaloneDeriving,
|
||||
TemplateHaskell,
|
||||
TupleSections,
|
||||
TypeApplications,
|
||||
TypeFamilies,
|
||||
TypeOperators,
|
||||
TypeSynonymInstances,
|
||||
UndecidableInstances,
|
||||
hs-source-dirs:
|
||||
src
|
||||
build-depends:
|
||||
acid-state == 0.16.1.2,
|
||||
aeson,
|
||||
base,
|
||||
bytestring,
|
||||
containers,
|
||||
deepseq,
|
||||
hashable,
|
||||
http-types,
|
||||
lucid,
|
||||
lucid-htmx,
|
||||
mtl,
|
||||
network-uri,
|
||||
random,
|
||||
safecopy,
|
||||
servant,
|
||||
servant-lucid,
|
||||
servant-server,
|
||||
splitmix,
|
||||
text,
|
||||
uuid,
|
||||
vector,
|
||||
wai,
|
||||
wai-app-static,
|
||||
wai-extra,
|
||||
warp,
|
||||
warp-tls
|
||||
default-language:
|
||||
Haskell2010
|
||||
other-modules:
|
||||
API
|
||||
Database
|
||||
InstantRunoff
|
||||
Error
|
||||
Poll
|
||||
Ballot
|
||||
AppM
|
||||
ghc-options:
|
||||
-Wall
|
||||
-Wcompat
|
||||
-fwarn-redundant-constraints
|
||||
-fwarn-incomplete-uni-patterns
|
||||
-fwarn-tabs
|
||||
-fwarn-incomplete-record-updates
|
||||
-fwarn-identities
|
||||
Loading…
Add table
Add a link
Reference in a new issue