summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
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