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
153
Issues
153
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
0baa2755
Unverified
Commit
0baa2755
authored
Mar 31, 2024
by
Hizbullah Abdul Aziz Jabbar
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cabal compilation warnings
parent
a4ab001a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
cabal.project
cabal.project
+1
-0
gargantext.cabal
gargantext.cabal
+1
-4
No files found.
cabal.project
View file @
0baa2755
...
...
@@ -3,6 +3,7 @@
index
-
state
:
2023
-
12
-
10
T10
:
34
:
46
Z
with
-
compiler
:
ghc
-
9.4.7
optimization
:
2
packages
:
./
...
...
gargantext.cabal
View file @
0baa2755
...
...
@@ -65,7 +65,6 @@ common defaults
build-depends:
base >=4.7 && <5
optimization: 2
common optimized
ghc-options:
-O2
...
...
@@ -817,7 +816,6 @@ executable gargantext-server
, text ^>= 1.2.4.1
, unordered-containers ^>= 0.2.16.0
, vector ^>= 0.7.3
optimization: 2
executable gargantext-upgrade
import:
...
...
@@ -1060,7 +1058,6 @@ executable gargantext-phylo-profile
Common
hs-source-dirs:
bin/gargantext-phylo-profile bin/gargantext-phylo/Phylo
default-extensions: GHC2021
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
build-depends:
base
...
...
@@ -1075,7 +1072,7 @@ executable gargantext-phylo-profile
, split
, vector
, directory
default-language:
Haskell2010
default-language:
GHC2021
executable garg-golden-file-diff
import:
...
...
Alfredo Di Napoli
@AlfredoDiNapoli
mentioned in issue
#328 (closed)
·
Jun 03, 2024
mentioned in issue
#328 (closed)
mentioned in issue #328
Toggle commit list
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