diff options
Diffstat (limited to 'walint.cabal')
-rw-r--r-- | walint.cabal | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/walint.cabal b/walint.cabal index 73c5fd0..096d396 100644 --- a/walint.cabal +++ b/walint.cabal @@ -57,11 +57,43 @@ library , witherable default-language: Haskell2010 +executable server + main-is: Main.hs + other-modules: + Git + Serverconfig + Paths_walint + hs-source-dirs: + server + ghc-options: -Wall -Wno-name-shadowing + build-depends: + aeson + , base + , base-compat + , bytestring + , cli-extras + , cli-git + , 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 ghc-options: -Wall -Wno-name-shadowing - build-tool-depends: - hspec-discover:hspec-discover build-depends: aeson , aeson-pretty |