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 CheckMap WriteRepo Util Types LintConfig other-modules: Badges 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 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 executable walint-server main-is: Main.hs other-modules: Handlers HtmlOrphans Server Paths_walint hs-source-dirs: server default-extensions: NoImplicitPrelude ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson , base , base-compat , bytestring , cli-extras , cli-git , containers , directory , dotgen , extra , filepath , http-types , lucid , microlens , microlens-th , mtl , servant , servant-lucid , servant-server , text , time , tomland , universum , uuid , wai , wai-extra , walint , warp default-language: Haskell2010