Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-graph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-graph
Commits
8e9a2bc9
Commit
8e9a2bc9
authored
Oct 14, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] stack config
parent
f10c3639
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
9 deletions
+19
-9
gargantext-graph.cabal
gargantext-graph.cabal
+14
-8
package.yaml
package.yaml
+2
-0
stack.yaml
stack.yaml
+3
-1
No files found.
gargantext-graph.cabal
View file @
8e9a2bc9
...
...
@@ -3,8 +3,6 @@ cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: f8da0e8f0d95addc40b203c0fc52a4e61e8af8847f134c289ba4acc5bfefd8d7
name: gargantext-graph
version: 0.1.0.0
...
...
@@ -27,6 +25,8 @@ source-repository head
library
exposed-modules:
Data.Array.Accelerate.Utils
Data.Eigen.Coeff
Graph.BAC.Clustering
Graph.BAC.Proxemy
Graph.BAC.ProxemyOptim
...
...
@@ -56,21 +56,20 @@ library
, cassava
, cereal
, containers
, eigen
, fgl
, haskell-igraph >=0.6.0
, hmatrix
, lens
, pretty-simple
, primitive
, protolude
, reflection
, singletons
== 2.7
, singletons
, sparse-linear
, string-conversions
, text
, vector
>= 0.12.3.0
, vector
default-language: Haskell2010
-- ghc-options: -O2
executable gargantext-graph-exe
main-is: Main.hs
...
...
@@ -78,8 +77,11 @@ executable gargantext-graph-exe
Paths_gargantext_graph
hs-source-dirs:
app
default-extensions: DataKinds FlexibleInstances OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-qg -Wmissing-signatures -Wcompat
default-extensions:
DataKinds
FlexibleInstances
OverloadedStrings
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N -fprof-auto -Wmissing-signatures -Wcompat
build-depends:
accelerate
, accelerate-arithmetic
...
...
@@ -90,6 +92,7 @@ executable gargantext-graph-exe
, cereal
, containers
, criterion
, eigen
, fgl
, gargantext-graph
, haskell-igraph >=0.6.0
...
...
@@ -127,15 +130,18 @@ test-suite gargantext-graph-test
, cassava
, cereal
, containers
, eigen
, fgl
, gargantext-graph
, haskell-igraph >=0.6.0
, hmatrix
, hspec
, lens
, pretty-simple
, protolude
, reflection
, singletons
, sparse-linear
, string-conversions
, text
, vector
...
...
package.yaml
View file @
8e9a2bc9
...
...
@@ -31,10 +31,12 @@ dependencies:
-
eigen
-
fgl
-
haskell-igraph >= 0.6.0
-
hmatrix
-
lens
-
pretty-simple
-
protolude
-
reflection
-
sparse-linear
-
singletons
-
string-conversions
-
text
...
...
stack.yaml
View file @
8e9a2bc9
...
...
@@ -53,13 +53,15 @@ extra-deps:
subdirs
:
-
packages/base
-
accelerate-arithmetic-1.0.0.1@sha256:555639232aa5cad411e89247b27871d09352b987a754230a288c690b6de6d888,2096
# - eigen-3.3.7.0@sha256:7c24a86426b238e02ba0ac2179cc44997518b443a13828ed7a791fe49a6dffa5,82060
-
eigen-3.3.7.0@sha256:7c24a86426b238e02ba0ac2179cc44997518b443a13828ed7a791fe49a6dffa5,82060
-
vector-0.12.3.0
ghc-options
:
hmatrix
:
-O2 -fsimpl-tick-factor=10000 -fdicts-cheap -fdicts-strict -flate-dmd-anal -fno-state-hack
sparse-linear
:
-O2 -fsimpl-tick-factor=10000 -fdicts-cheap -fdicts-strict -flate-dmd-anal -fno-state-hack
gargantext-graph
:
-O2 -fsimpl-tick-factor=10000 -fdicts-cheap -fdicts-strict -flate-dmd-anal -fno-state-hack
# Override default flag values for local packages and extra-deps
# flags: {}
...
...
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