Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
99a93da5
Commit
99a93da5
authored
Oct 26, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Clean] Core.Methods.Matrix.Accelerate.Utils created
parent
3b7f4b9f
Pipeline
#1166
canceled with stage
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
364 additions
and
303 deletions
+364
-303
Matrice.hs
src/Gargantext/Core/Methods/Distances/Matrice.hs
+13
-301
Utils.hs
src/Gargantext/Core/Methods/Matrix/Accelerate/Utils.hs
+349
-0
Prelude.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Prelude.hs
+1
-1
Prelude.hs
src/Gargantext/Database/Schema/Prelude.hs
+1
-1
No files found.
src/Gargantext/Core/Methods/Distances/Matrice.hs
View file @
99a93da5
This diff is collapsed.
Click to expand it.
src/Gargantext/Core/Methods/Matrix/Accelerate/Utils.hs
0 → 100644
View file @
99a93da5
This diff is collapsed.
Click to expand it.
src/Gargantext/Database/Admin/Types/Hyperdata/Prelude.hs
View file @
99a93da5
...
@@ -50,7 +50,7 @@ import Gargantext.Database.Prelude (fromField')
...
@@ -50,7 +50,7 @@ import Gargantext.Database.Prelude (fromField')
import
Gargantext.Prelude
import
Gargantext.Prelude
import
Opaleye
(
QueryRunnerColumnDefault
,
queryRunnerColumnDefault
,
PGJsonb
,
fieldQueryRunnerColumn
,
Nullable
)
import
Opaleye
(
QueryRunnerColumnDefault
,
queryRunnerColumnDefault
,
PGJsonb
,
fieldQueryRunnerColumn
,
Nullable
)
import
Test.QuickCheck
(
elements
)
import
Test.QuickCheck
(
elements
)
import
Test.QuickCheck.Arbitrary
import
Test.QuickCheck.Arbitrary
hiding
(
vector
)
------------------------------------------------------------------------
------------------------------------------------------------------------
-- Only Hyperdata types should be member of this type class.
-- Only Hyperdata types should be member of this type class.
...
...
src/Gargantext/Database/Schema/Prelude.hs
View file @
99a93da5
...
@@ -39,7 +39,7 @@ import GHC.Generics (Generic)
...
@@ -39,7 +39,7 @@ import GHC.Generics (Generic)
import
Gargantext.Core.Utils.Prefix
(
unPrefix
,
unPrefixSwagger
)
import
Gargantext.Core.Utils.Prefix
(
unPrefix
,
unPrefixSwagger
)
import
Opaleye
hiding
(
FromField
,
readOnly
)
import
Opaleye
hiding
(
FromField
,
readOnly
)
import
Opaleye.Internal.QueryArr
(
Query
)
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.FromField
(
FromField
,
fromField
)
import
Database.PostgreSQL.Simple.FromRow
(
FromRow
,
fromRow
,
field
)
import
Database.PostgreSQL.Simple.FromRow
(
FromRow
,
fromRow
,
field
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment