index page & http redirect
This commit is contained in:
parent
5dab23a97c
commit
15abe78b5e
7 changed files with 45 additions and 8 deletions
|
|
@ -39,6 +39,7 @@ executable server
|
|||
build-depends:
|
||||
acid-state,
|
||||
aeson,
|
||||
async,
|
||||
base,
|
||||
bytestring,
|
||||
containers,
|
||||
|
|
@ -49,6 +50,7 @@ executable server
|
|||
lucid-htmx,
|
||||
mtl,
|
||||
network-uri,
|
||||
commonmark,
|
||||
random,
|
||||
safecopy,
|
||||
servant,
|
||||
|
|
@ -62,7 +64,7 @@ executable server
|
|||
wai-app-static,
|
||||
wai-extra,
|
||||
warp,
|
||||
warp-tls
|
||||
warp-tls == 3.4.0
|
||||
default-language:
|
||||
Haskell2010
|
||||
other-modules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue