name: walint version: 0.1 homepage: https://stuebinm.eu/git/walint # TODO: license author: stuebinm maintainer: stuebinm@disroot.org copyright: 2022 stuebinm ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors dependencies: - base - aeson - bytestring - mtl - text library: source-dirs: 'lib' dependencies: - containers - text - vector - transformers - either - filepath - getopt-generics - regex-tdfa - extra - witherable - dotgen - text-metrics - uri-encode - network-uri - HList exposed-modules: - CheckDir - CheckMap - WriteRepo - Util - Types - LintConfig executables: walint: main: Main.hs source-dirs: 'src' dependencies: - walint - getopt-generics - aeson-pretty - template-haskell - process server: main: Main.hs source-dirs: 'server' dependencies: - time - servant - servant-server - wai - base-compat - string-conversions - http-media - warp - cli-git - cli-extras - filepath - logging-effect - process - extra - directory - walint - uuid - containers - microlens - microlens-th - tomland - lucid - servant-lucid - dotgen