From f429cbc0d56dc8426285bc2d5ca7301ec241da98 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 7 Feb 2022 16:05:55 +0100 Subject: non-blocking server --- walint.cabal | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index 85e62c5..a27852f 100644 --- a/walint.cabal +++ b/walint.cabal @@ -34,7 +34,7 @@ library Paths_walint hs-source-dirs: lib - ghc-options: -Wall -Wno-name-shadowing + ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: HList , aeson @@ -60,12 +60,12 @@ library executable server main-is: Main.hs other-modules: - Git - Serverconfig + Handlers + Server Paths_walint hs-source-dirs: server - ghc-options: -Wall -Wno-name-shadowing + ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson , base @@ -73,6 +73,7 @@ executable server , bytestring , cli-extras , cli-git + , containers , directory , extra , filepath @@ -98,7 +99,7 @@ executable walint Paths_walint hs-source-dirs: src - ghc-options: -Wall -Wno-name-shadowing + ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson , aeson-pretty -- cgit v1.2.3