summaryrefslogtreecommitdiff
path: root/haskell-web.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-web.cabal')
-rw-r--r--haskell-web.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell-web.cabal b/haskell-web.cabal
index 041d6e8..a1a49db 100644
--- a/haskell-web.cabal
+++ b/haskell-web.cabal
@@ -11,7 +11,8 @@ build-type: Simple
executable haskell-web
main-is: Main.hs
- -- other-modules:
+ other-modules:
+ Http, Request, Response, Router, Utils, Views
-- other-extensions:
build-depends:
base >=4.14 && <4.15, text, http-types, bytestring