From d71ff014ea981c38e62af3e685e85e454fd8c8c3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 7 Mar 2024 15:30:48 +0100 Subject: [PATCH] chore(ldap): derive more json instances --- src/Ldap/Client/Instances.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Ldap/Client/Instances.hs b/src/Ldap/Client/Instances.hs index 080c84f75..9f2580333 100644 --- a/src/Ldap/Client/Instances.hs +++ b/src/Ldap/Client/Instances.hs @@ -53,4 +53,5 @@ derivePersistField "Dn" derivePersistField "Password" derivePersistField "Scope" -deriveFromJSON defaultOptions ''Scope +deriveJSON defaultOptions ''Attr +deriveJSON defaultOptions ''Scope