From 91c9cf439ebe8a2411414aa28945490e3bbdafc9 Mon Sep 17 00:00:00 2001 From: Chris Coffey Date: Sun, 17 Feb 2019 16:28:38 -0500 Subject: [PATCH] Add comment explaining the export lits --- src/Database/Esqueleto/Internal/PersistentImport.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Database/Esqueleto/Internal/PersistentImport.hs b/src/Database/Esqueleto/Internal/PersistentImport.hs index 1455542..b30875e 100644 --- a/src/Database/Esqueleto/Internal/PersistentImport.hs +++ b/src/Database/Esqueleto/Internal/PersistentImport.hs @@ -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,