[FEAT] Invitation through Shared node
[gargantext.git] / src / Gargantext / Database / Schema / Prelude.hs
index b2cf645631e7c5618fb5f0cb295fb40787645f8b..78d9e0dc9203857758ce5479f5c1f20fe24d61fe 100644 (file)
@@ -37,9 +37,9 @@ import Data.Profunctor.Product.TH (makeAdaptorAndInstance)
 import Data.Swagger hiding (required, in_)
 import GHC.Generics (Generic)
 import Gargantext.Core.Utils.Prefix (unPrefix, unPrefixSwagger)
-import Opaleye hiding (FromField)
+import Opaleye hiding (FromField, readOnly)
 import Opaleye.Internal.QueryArr (Query)
-import Test.QuickCheck.Arbitrary
+import Test.QuickCheck.Arbitrary hiding (vector)
 
 import Database.PostgreSQL.Simple.FromField (FromField, fromField)
 import Database.PostgreSQL.Simple.FromRow (FromRow, fromRow, field)