Commit 19cfbc8e authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'git.gargantext.org-ibung/fix-cabal-file' into dev

parents cb5e1e62 0baa2755
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
index-state: 2023-12-10T10:34:46Z index-state: 2023-12-10T10:34:46Z
with-compiler: ghc-9.4.7 with-compiler: ghc-9.4.7
optimization: 2
packages: packages:
./ ./
......
...@@ -74,7 +74,6 @@ common defaults ...@@ -74,7 +74,6 @@ common defaults
build-depends: build-depends:
base >=4.7 && <5 base >=4.7 && <5
optimization: 2
common optimized common optimized
ghc-options: ghc-options:
-O2 -O2
...@@ -828,7 +827,6 @@ executable gargantext-server ...@@ -828,7 +827,6 @@ executable gargantext-server
, text ^>= 1.2.4.1 , text ^>= 1.2.4.1
, unordered-containers ^>= 0.2.16.0 , unordered-containers ^>= 0.2.16.0
, vector ^>= 0.7.3 , vector ^>= 0.7.3
optimization: 2
executable gargantext-upgrade executable gargantext-upgrade
import: import:
...@@ -1076,7 +1074,6 @@ executable gargantext-phylo-profile ...@@ -1076,7 +1074,6 @@ executable gargantext-phylo-profile
Common Common
hs-source-dirs: hs-source-dirs:
bin/gargantext-phylo-profile bin/gargantext-phylo/Phylo bin/gargantext-phylo-profile bin/gargantext-phylo/Phylo
default-extensions: GHC2021
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
build-depends: build-depends:
base base
...@@ -1091,7 +1088,7 @@ executable gargantext-phylo-profile ...@@ -1091,7 +1088,7 @@ executable gargantext-phylo-profile
, split , split
, vector , vector
, directory , directory
default-language: Haskell2010 default-language: GHC2021
executable garg-golden-file-diff executable garg-golden-file-diff
import: import:
......
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