From 24e5ccd98aa33250327d36e3859c461699026859 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 096d396..3786ce5 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 @@ -93,7 +94,7 @@ executable server executable walint main-is: Main.hs - 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