From 4c46e82769847177f6582447f027a56f9b555fd0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 21 Nov 2025 14:51:23 +0100 Subject: ... --- overlays/spm/server/Spm/Server/Ctx.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'overlays/spm/server/Spm/Server/Ctx.hs') diff --git a/overlays/spm/server/Spm/Server/Ctx.hs b/overlays/spm/server/Spm/Server/Ctx.hs index 18452a0a..1d228043 100644 --- a/overlays/spm/server/Spm/Server/Ctx.hs +++ b/overlays/spm/server/Spm/Server/Ctx.hs @@ -11,7 +11,6 @@ import Database.Persist.Postgresql import UnliftIO.Pool import Control.Lens.TH -import Type.Reflection (Typeable) import GHC.Generics (Generic) @@ -19,6 +18,6 @@ data ServerCtx = ServerCtx { _sctxSqlPool :: Pool SqlBackend , _sctxInstanceId :: UUID , _sctxJwkSet :: JWKSet - } deriving (Generic, Typeable) + } deriving (Generic) makeLenses ''ServerCtx -- cgit v1.2.3