summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/walint.cabal b/walint.cabal
index ab3c5c5..59abeee 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -15,13 +15,13 @@ build-type: Simple
library
exposed-modules:
CheckDir
+ CheckMap
WriteRepo
Util
Types
LintConfig
other-modules:
Badges
- CheckMap
Dirgraph
KindLinter
LayerData
@@ -61,6 +61,7 @@ executable server
main-is: Main.hs
other-modules:
Handlers
+ Orphans
Server
Paths_walint
hs-source-dirs:
@@ -79,11 +80,13 @@ executable server
, filepath
, http-media
, logging-effect
+ , lucid
, microlens
, microlens-th
, mtl
, process
, servant
+ , servant-lucid
, servant-server
, string-conversions
, text