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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
haskell-gargantext
Commits
426cb005
Verified
Commit
426cb005
authored
Feb 28, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stack] this compiles without allow-newer, allow-older
Don't know if cabal works though
parent
bac174eb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
117 deletions
+86
-117
Main.hs
bin/gargantext-phylo-profile/Main.hs
+1
-2
cabal.project
cabal.project
+2
-2
gargantext.cabal
gargantext.cabal
+83
-113
No files found.
bin/gargantext-phylo-profile/Main.hs
View file @
426cb005
...
...
@@ -16,14 +16,13 @@ module Main where
import
Common
import
Data.Aeson
import
Data.List
(
nub
)
import
Data.Text
qualified
as
T
import
GHC.IO.Encoding
import
GHC.Stack
import
Gargantext.Core.Viz.Phylo
import
Gargantext.Core.Viz.Phylo.API.Tools
import
Gargantext.Core.Viz.Phylo.PhyloExport
(
toPhyloExport
,
dotToFile
)
import
Gargantext.Core.Viz.Phylo.PhyloMaker
(
toPhylo
,
toPhyloWithoutLink
)
import
Gargantext.Core.Viz.Phylo.PhyloTools
(
printIOMsg
,
printIOComment
,
setConfig
,
toPeriods
,
getTimePeriod
,
getTimeStep
)
import
Gargantext.Core.Viz.Phylo.PhyloTools
(
printIOMsg
,
printIOComment
,
setConfig
)
import
Paths_gargantext
import
Prelude
import
Shelly
...
...
cabal.project
View file @
426cb005
...
...
@@ -210,8 +210,8 @@ source-repository-package
location
:
https
://
github
.
com
/
garganscript
/
smtp
-
mail
.
git
tag
:
d9a2df6354c1e42bb050853feadacb30c76366d3
allow
-
older
:
*
allow
-
newer
:
*
--
allow
-
older
:
*
--
allow
-
newer
:
*
package
gargantext
ghc
-
options
:
-
fwrite
-
ide
-
info
-
hiedir
=
".stack-work/hiedb"
...
...
gargantext.cabal
View file @
426cb005
This diff is collapsed.
Click to expand it.
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