Commit 99a93da5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Clean] Core.Methods.Matrix.Accelerate.Utils created

parent 3b7f4b9f
Pipeline #1166 canceled with stage
This diff is collapsed.
......@@ -50,7 +50,7 @@ import Gargantext.Database.Prelude (fromField')
import Gargantext.Prelude
import Opaleye (QueryRunnerColumnDefault, queryRunnerColumnDefault, PGJsonb, fieldQueryRunnerColumn, Nullable)
import Test.QuickCheck (elements)
import Test.QuickCheck.Arbitrary
import Test.QuickCheck.Arbitrary hiding (vector)
------------------------------------------------------------------------
-- Only Hyperdata types should be member of this type class.
......
......@@ -39,7 +39,7 @@ import GHC.Generics (Generic)
import Gargantext.Core.Utils.Prefix (unPrefix, unPrefixSwagger)
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment