cabal-version: 3.0 name: walint-server version: 0.1 author: stuebinm maintainer: stuebinm@disroot.org copyright: 2023 stuebinm homepage: https://stuebinm.eu/git/walint executable walint-server main-is: Main.hs other-modules: Handlers HtmlOrphans Server Worker default-extensions: NoImplicitPrelude ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors -rtsopts -threaded build-depends: aeson , async , base , base-compat , base64-bytestring , bytestring , containers , cryptohash-sha1 , directory , extra , filepath , fmt , getopt-generics , http-client , http-types , lucid , microlens-platform , monad-logger , process , servant , servant-client , servant-lucid , servant-server , servant-websockets , stm , text , time , tomland , universum , uuid , wai , wai-extra , walint , warp , websockets default-language: GHC2021