diff options
Diffstat (limited to 'walint.cabal')
-rw-r--r-- | walint.cabal | 11 |
1 files changed, 6 insertions, 5 deletions
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 |