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
3fdc66e8
Commit
3fdc66e8
authored
Jan 22, 2024
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update hashes again
parent
65fa9584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
update-cabal-project
bin/update-cabal-project
+3
-3
stack.yaml
stack.yaml
+1
-1
No files found.
bin/update-cabal-project
View file @
3fdc66e8
...
@@ -11,8 +11,8 @@ STORE_DIR="${1:-$DEFAULT_STORE}"
...
@@ -11,8 +11,8 @@ STORE_DIR="${1:-$DEFAULT_STORE}"
# `expected_cabal_project_freeze_hash` with the
# `expected_cabal_project_freeze_hash` with the
# `sha256sum` result calculated on the `cabal.project` and `cabal.project.freeze`.
# `sha256sum` result calculated on the `cabal.project` and `cabal.project.freeze`.
# This ensures the files stay deterministic so that CI cache can kick in.
# This ensures the files stay deterministic so that CI cache can kick in.
expected_cabal_project_hash
=
"
18ab030988f53446ea717e1f4c7206fab10494d73c37108eebac78094fbf206b
"
expected_cabal_project_hash
=
"
34a58c630ec4812c10da6db0fbc58e13ce9a4b0df9dd29498042b5308010fef9
"
expected_cabal_project_freeze_hash
=
"
813bbd4fe878104d09b0f2afe46b3e4cef5a541fb1454b965836f2d7a0f0e99e
"
expected_cabal_project_freeze_hash
=
"
bd90562207ea42857402eced5836b7a23024cc16034bf150968dbf373d2e243c
"
cabal
--store-dir
=
$STORE_DIR
v2-update
'hackage.haskell.org,2023-12-10T10:34:46Z'
cabal
--store-dir
=
$STORE_DIR
v2-update
'hackage.haskell.org,2023-12-10T10:34:46Z'
...
@@ -22,7 +22,7 @@ then
...
@@ -22,7 +22,7 @@ then
echo
"stack2cabal could not be found"
echo
"stack2cabal could not be found"
cabal
--store-dir
=
$STORE_DIR
v2-install
--index-state
=
"2023-12-10T10:34:46Z"
--constraint
'Cabal==3.6.3.0'
stack2cabal-1.0.14
--overwrite-policy
=
always
cabal
--store-dir
=
$STORE_DIR
v2-install
--index-state
=
"2023-12-10T10:34:46Z"
--constraint
'Cabal==3.6.3.0'
stack2cabal-1.0.14
--overwrite-policy
=
always
fi
fi
stack2cabal
--no-run-hpack
-p
'2023-1
1-23 20:05:40
'
stack2cabal
--no-run-hpack
-p
'2023-1
2-10 10:34:46
'
actual_cabal_project_hash
=
$(
sha256sum
cabal.project |
awk
'{printf "%s",$1}'
)
actual_cabal_project_hash
=
$(
sha256sum
cabal.project |
awk
'{printf "%s",$1}'
)
actual_cabal_project_freeze_hash
=
$(
sha256sum
cabal.project.freeze |
awk
'{printf "%s",$1}'
)
actual_cabal_project_freeze_hash
=
$(
sha256sum
cabal.project.freeze |
awk
'{printf "%s",$1}'
)
...
...
stack.yaml
View file @
3fdc66e8
...
@@ -36,7 +36,7 @@ extra-deps:
...
@@ -36,7 +36,7 @@ extra-deps:
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git
commit
:
300764df4f78ea6175535f9b78b884cc2aa9da61
commit
:
300764df4f78ea6175535f9b78b884cc2aa9da61
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/istex.git
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/istex.git
commit
:
eef5c951a6862bed31f59cd6f81a1f5fe545ac8
a
commit
:
c0a08d62c40a169b7934ceb7cb12c39952160e7
a
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/hal.git
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/hal.git
commit
:
bfa9069b4ff70f341ca3244e8aff9e83eb4b8b73
commit
:
bfa9069b4ff70f341ca3244e8aff9e83eb4b8b73
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/isidore.git
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/isidore.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