aboutsummaryrefslogtreecommitdiffstats
path: root/backend/backend.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'backend/backend.cabal')
-rw-r--r--backend/backend.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/backend.cabal b/backend/backend.cabal
index fd0502a..5286cc8 100644
--- a/backend/backend.cabal
+++ b/backend/backend.cabal
@@ -11,6 +11,7 @@ library
exposed-modules:
ACMS.API.REST
ACMS.API.REST.Collection
+ ACMS.API.REST.Collection.Paginated
hs-source-dirs: lib
default-language: GHC2021
@@ -72,6 +73,7 @@ executable backend
text,
utf8-string,
uuid,
+ vector,
wai,
warp