From 1206bd9901d82cebfa88f724739b3f6da8d52023 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 17 Jun 2025 13:28:29 -0400 Subject: [PATCH] feat: export EntityKeys The member and associated type were already exported, so this is strictly an addition. Now, users can express type signatures using this class, as well as make their own instances. Closes #90. --- src/Graphula/Key.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Graphula/Key.hs b/src/Graphula/Key.hs index 60c0a6e..deec63a 100644 --- a/src/Graphula/Key.hs +++ b/src/Graphula/Key.hs @@ -6,9 +6,8 @@ -- | Convenience functions for working with 'Key' dependencies module Graphula.Key - ( onlyKey - , keys - , Keys + ( EntityKeys(..) + , onlyKey ) where import Database.Persist