diff options
Diffstat (limited to 'overlays/spm/server/Spm/Server/Ctx.hs')
-rw-r--r-- | overlays/spm/server/Spm/Server/Ctx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/spm/server/Spm/Server/Ctx.hs b/overlays/spm/server/Spm/Server/Ctx.hs index 7b84e3d5..18452a0a 100644 --- a/overlays/spm/server/Spm/Server/Ctx.hs +++ b/overlays/spm/server/Spm/Server/Ctx.hs | |||
@@ -8,7 +8,7 @@ module Spm.Server.Ctx | |||
8 | import Data.UUID (UUID) | 8 | import Data.UUID (UUID) |
9 | import Crypto.JOSE.JWK (JWKSet) | 9 | import Crypto.JOSE.JWK (JWKSet) |
10 | import Database.Persist.Postgresql | 10 | import Database.Persist.Postgresql |
11 | import Data.Pool | 11 | import UnliftIO.Pool |
12 | import Control.Lens.TH | 12 | import Control.Lens.TH |
13 | 13 | ||
14 | import Type.Reflection (Typeable) | 14 | import Type.Reflection (Typeable) |