Skip to content

Commit acd9f4a

Browse files
committed
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.
1 parent 0c26d0f commit acd9f4a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Graphula/Key.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
-- | Convenience functions for working with 'Key' dependencies
88
module Graphula.Key
9-
( onlyKey
10-
, keys
11-
, Keys
9+
( EntityKeys(..)
10+
, onlyKey
1211
) where
1312

1413
import Database.Persist

0 commit comments

Comments
 (0)