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
Christian Merten
haskell-gargantext
Commits
3e8de491
Verified
Commit
3e8de491
authored
Dec 07, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[prelude] update hashes, fix main.hs
parent
edd127cf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Main.hs
bin/gargantext-cli/Main.hs
+1
-1
update-cabal-project
bin/update-cabal-project
+1
-1
cabal.project
cabal.project
+1
-1
stack.yaml
stack.yaml
+1
-1
No files found.
bin/gargantext-cli/Main.hs
View file @
3e8de491
...
...
@@ -94,7 +94,7 @@ main = do
-- r <- mapConcurrentlyChunked (filterTermsAndCooc patterns) (DM.toList corpus)
r
<-
mapConcurrently
(
filterTermsAndCooc
patterns
)
(
DM
.
toList
corpus
)
writeFile
outputFile
$
DTL
.
toStrict
$
decodeUtf8
$
encode
(
CoocByYears
r
)
writeFile
outputFile
$
DTL
.
toStrict
$
TLE
.
decodeUtf8
$
encode
(
CoocByYears
r
)
Left
e
->
panicTrace
$
"Error: "
<>
e
...
...
bin/update-cabal-project
View file @
3e8de491
...
...
@@ -12,7 +12,7 @@ INDEX_STATE="2023-12-04T09:05:40Z"
# `expected_cabal_project_freeze_hash` with the
# `sha256sum` result calculated on the `cabal.project` and `cabal.project.freeze`.
# This ensures the files stay deterministic so that CI cache can kick in.
expected_cabal_project_hash
=
"
fff9a998b8159237bed4e83ba2bc9927c300d73dcb568cbf5c611f1538ee12d9
"
expected_cabal_project_hash
=
"
0613aabf6f4b9ab9973b4dee63d6ac525e86152ddcd1d19acac0eec0109fc57e
"
expected_cabal_project_freeze_hash
=
"796f0109611f3381278b1885ae1fa257c4177b99885eb04701938f1107c06ee5"
cabal
--store-dir
=
$STORE_DIR
v2-update
"hackage.haskell.org,
${
INDEX_STATE
}
"
...
...
cabal.project
View file @
3e8de491
...
...
@@ -124,7 +124,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
haskell
-
gargantext
-
prelude
tag
:
fec7427ba8d1047fd68207afb79139f9dea339e0
tag
:
5
a8dc3a0a1a4774ec2eb9df5f0f0b0a7dd172f09
source
-
repository
-
package
type
:
git
...
...
stack.yaml
View file @
3e8de491
...
...
@@ -22,7 +22,7 @@ allow-newer: true
extra-deps
:
-
git
:
https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude
commit
:
fec7427ba8d1047fd68207afb79139f9dea339e0
commit
:
5a8dc3a0a1a4774ec2eb9df5f0f0b0a7dd172f09
-
git
:
https://gitlab.iscpif.fr/gargantext/iso639.git
commit
:
eab929d106833ded8011a0d6705135e3fc506a9c
-
git
:
https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
...
...
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