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 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 - WriteRepo - Util - Types - LintConfig executables: walint: main: Main.hs source-dirs: 'src' build-tools: hspec-discover dependencies: - walint - getopt-generics - aeson-pretty - template-haskell - process