From a3991ddb8f61955c5c48ac99b6eed14d5e9f986a Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 14 Nov 2024 21:20:28 -0500 Subject: Account creation in LDAP using Twitch --- fig-web/fig-web.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fig-web/fig-web.cabal') 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 -- cgit v1.2.3