summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-07 16:05:55 +0100
committerstuebinm2022-02-07 16:05:55 +0100
commitf429cbc0d56dc8426285bc2d5ca7301ec241da98 (patch)
tree2505368b5c78d95cbfe0c22781be9a47974bc987 /walint.cabal
parent2ce9a23fe7de72f4c8bf33a8c26f555cf08f8715 (diff)
non-blocking server
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal11
1 files changed, 6 insertions, 5 deletions
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