Commit 8e9a2bc9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] stack config

parent f10c3639
...@@ -3,8 +3,6 @@ cabal-version: 1.12 ...@@ -3,8 +3,6 @@ cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4. -- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
--
-- hash: f8da0e8f0d95addc40b203c0fc52a4e61e8af8847f134c289ba4acc5bfefd8d7
name: gargantext-graph name: gargantext-graph
version: 0.1.0.0 version: 0.1.0.0
...@@ -27,6 +25,8 @@ source-repository head ...@@ -27,6 +25,8 @@ source-repository head
library library
exposed-modules: exposed-modules:
Data.Array.Accelerate.Utils
Data.Eigen.Coeff
Graph.BAC.Clustering Graph.BAC.Clustering
Graph.BAC.Proxemy Graph.BAC.Proxemy
Graph.BAC.ProxemyOptim Graph.BAC.ProxemyOptim
...@@ -56,21 +56,20 @@ library ...@@ -56,21 +56,20 @@ library
, cassava , cassava
, cereal , cereal
, containers , containers
, eigen
, fgl , fgl
, haskell-igraph >=0.6.0 , haskell-igraph >=0.6.0
, hmatrix , hmatrix
, lens , lens
, pretty-simple , pretty-simple
, primitive
, protolude , protolude
, reflection , reflection
, singletons == 2.7 , singletons
, sparse-linear , sparse-linear
, string-conversions , string-conversions
, text , text
, vector >= 0.12.3.0 , vector
default-language: Haskell2010 default-language: Haskell2010
-- ghc-options: -O2
executable gargantext-graph-exe executable gargantext-graph-exe
main-is: Main.hs main-is: Main.hs
...@@ -78,8 +77,11 @@ executable gargantext-graph-exe ...@@ -78,8 +77,11 @@ executable gargantext-graph-exe
Paths_gargantext_graph Paths_gargantext_graph
hs-source-dirs: hs-source-dirs:
app app
default-extensions: DataKinds FlexibleInstances OverloadedStrings default-extensions:
ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-qg -Wmissing-signatures -Wcompat DataKinds
FlexibleInstances
OverloadedStrings
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N -fprof-auto -Wmissing-signatures -Wcompat
build-depends: build-depends:
accelerate accelerate
, accelerate-arithmetic , accelerate-arithmetic
...@@ -90,6 +92,7 @@ executable gargantext-graph-exe ...@@ -90,6 +92,7 @@ executable gargantext-graph-exe
, cereal , cereal
, containers , containers
, criterion , criterion
, eigen
, fgl , fgl
, gargantext-graph , gargantext-graph
, haskell-igraph >=0.6.0 , haskell-igraph >=0.6.0
...@@ -127,15 +130,18 @@ test-suite gargantext-graph-test ...@@ -127,15 +130,18 @@ test-suite gargantext-graph-test
, cassava , cassava
, cereal , cereal
, containers , containers
, eigen
, fgl , fgl
, gargantext-graph , gargantext-graph
, haskell-igraph >=0.6.0 , haskell-igraph >=0.6.0
, hmatrix
, hspec , hspec
, lens , lens
, pretty-simple , pretty-simple
, protolude , protolude
, reflection , reflection
, singletons , singletons
, sparse-linear
, string-conversions , string-conversions
, text , text
, vector , vector
......
...@@ -31,10 +31,12 @@ dependencies: ...@@ -31,10 +31,12 @@ dependencies:
- eigen - eigen
- fgl - fgl
- haskell-igraph >= 0.6.0 - haskell-igraph >= 0.6.0
- hmatrix
- lens - lens
- pretty-simple - pretty-simple
- protolude - protolude
- reflection - reflection
- sparse-linear
- singletons - singletons
- string-conversions - string-conversions
- text - text
......
...@@ -53,13 +53,15 @@ extra-deps: ...@@ -53,13 +53,15 @@ extra-deps:
subdirs: subdirs:
- packages/base - packages/base
- accelerate-arithmetic-1.0.0.1@sha256:555639232aa5cad411e89247b27871d09352b987a754230a288c690b6de6d888,2096 - 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 - vector-0.12.3.0
ghc-options: ghc-options:
hmatrix: -O2 -fsimpl-tick-factor=10000 -fdicts-cheap -fdicts-strict -flate-dmd-anal -fno-state-hack 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 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 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 # Override default flag values for local packages and extra-deps
# flags: {} # flags: {}
......
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