cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: walint version: 0.1 homepage: https://stuebinm.eu/git/walint author: stuebinm maintainer: stuebinm@disroot.org copyright: 2022 stuebinm build-type: Simple library exposed-modules: CheckDir WriteRepo Util Types LintConfig other-modules: Badges CheckMap Dirgraph KindLinter LayerData LintWriter Paths Properties Tiled TiledAbstract Uris Paths_walint hs-source-dirs: lib ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: HList , aeson , base , bytestring , containers , dotgen , either , extra , filepath , getopt-generics , mtl , network-uri , regex-tdfa , text , text-metrics , transformers , uri-encode , vector , witherable default-language: Haskell2010 executable server main-is: Main.hs other-modules: Handlers Server Paths_walint hs-source-dirs: server ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson , base , base-compat , bytestring , cli-extras , cli-git , containers , directory , extra , filepath , http-media , logging-effect , mtl , process , servant , servant-server , string-conversions , text , time , uuid , wai , walint , warp default-language: Haskell2010 executable walint main-is: Main.hs other-modules: Version Paths_walint hs-source-dirs: src ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson , aeson-pretty , base , bytestring , getopt-generics , mtl , process , template-haskell , text , walint default-language: Haskell2010