diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-12 18:16:45 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-12 18:16:45 -0500 |
| commit | e5f5c42f69448ac5d9fa71dac9d41d64c7165643 (patch) | |
| tree | c42a0b047cf76402d88e59e198473a9516751fbf /fig-frontend/fig-frontend.cabal | |
| parent | 15e38cc33c427bf980c4fdfb3bc80da98955aafe (diff) | |
Add user API endpoint
Diffstat (limited to 'fig-frontend/fig-frontend.cabal')
| -rw-r--r-- | fig-frontend/fig-frontend.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fig-frontend/fig-frontend.cabal b/fig-frontend/fig-frontend.cabal index aed5cfd..a15047d 100644 --- a/fig-frontend/fig-frontend.cabal +++ b/fig-frontend/fig-frontend.cabal @@ -17,7 +17,9 @@ common deps , containers , data-default-class , directory + , errors , filepath + , hedis , http-types , http-client , http-client-tls @@ -54,6 +56,7 @@ library Fig.Frontend.Utils Fig.Frontend.Auth Fig.Frontend.State + Fig.Frontend.DB executable fig-frontend import: defaults |
