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

[FIX] stack config

parent f10c3639
......@@ -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
......
......@@ -31,10 +31,12 @@ dependencies:
- eigen
- fgl
- haskell-igraph >= 0.6.0
- hmatrix
- lens
- pretty-simple
- protolude
- reflection
- sparse-linear
- singletons
- string-conversions
- text
......
......@@ -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: {}
......
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