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