Refactored server functions to use ServerMonad to allow access to custom configurations.
authorsabadev <dev@sabadev.xyz>
Sat, 22 May 2021 03:38:51 +0000 (23:38 -0400)
committersabadev <dev@sabadev.xyz>
Sat, 22 May 2021 04:34:49 +0000 (00:34 -0400)
commitdaa190a0bbf922faaba09b76aa1d05da97adfcee
treec0e92e00da346c53a9b57374d43d046269eb2ee6
parente31cc06d89eba5b1694def6338d84d3a33604f56
Refactored server functions to use ServerMonad to allow access to custom configurations.
Vagrantfile
app/Main.hs
config.json [new file with mode: 0644]
src/Configuration.hs
src/Html.hs
src/Server.hs
src/ServerMonad.hs