Add comment explaining the export lits

This commit is contained in:
Chris Coffey 2019-02-17 16:28:38 -05:00 committed by Matt Parsons
parent 6ef22d1ff7
commit 91c9cf439e

View File

@ -1,6 +1,8 @@
-- | Re-export "Database.Persist.Sql" without any clashes with
-- @esqueleto@.
module Database.Esqueleto.Internal.PersistentImport
-- NOTE: switch back to a module export once https://gitlab.haskell.org/ghc/ghc/merge_requests/276
-- has been merged. See https://github.com/bitemyapp/esqueleto/issues/110 for more details
( toJsonText,
entityIdFromJSON,
entityIdToJSON,