diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 21:20:28 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 21:20:28 -0500 |
| commit | a3991ddb8f61955c5c48ac99b6eed14d5e9f986a (patch) | |
| tree | b58d9a4beeeca61547d1ae3696d64fc2e2561ab4 /fig-web/fig-web.cabal | |
| parent | d6bcaac870a03ed7ee0e6e1d6981e15f16778e2b (diff) | |
Account creation in LDAP using Twitch
Diffstat (limited to 'fig-web/fig-web.cabal')
| -rw-r--r-- | fig-web/fig-web.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fig-web/fig-web.cabal b/fig-web/fig-web.cabal index 600d4d8..0b8aa8e 100644 --- a/fig-web/fig-web.cabal +++ b/fig-web/fig-web.cabal @@ -29,6 +29,7 @@ common deps , megaparsec , mtl , network + , process , random , req , safe-exceptions @@ -38,6 +39,7 @@ common deps , tomland , transformers , unordered-containers + , uuid , vector , wai , wai-extra @@ -60,6 +62,7 @@ library Fig.Web.Auth Fig.Web.State Fig.Web.DB + Fig.Web.LDAP executable fig-web import: defaults |
