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
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
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
11e3e3d3
Commit
11e3e3d3
authored
Jan 23, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/adinapoli/issue-298' into dev
parents
1feb14bc
55f20084
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
update-cabal-project
bin/update-cabal-project
+3
-3
cabal.project
cabal.project
+6
-1
stack.yaml
stack.yaml
+1
-1
No files found.
bin/update-cabal-project
View file @
11e3e3d3
...
...
@@ -11,8 +11,8 @@ STORE_DIR="${1:-$DEFAULT_STORE}"
# `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
=
"
69e03370a602f40243373515ff884a2cd50dc02eb6f52cd23ba9016a61fe8069
"
expected_cabal_project_freeze_hash
=
"
796f0109611f3381278b1885ae1fa257c4177b99885eb04701938f1107c06ee5
"
expected_cabal_project_hash
=
"
091c119800f234f6554149d67488eb0b41c058a38dec63693f539e200f0d89d7
"
expected_cabal_project_freeze_hash
=
"
2db6b8696cbfcc1fa1b17ad359003c2e35e98005db16c2441a32373cb4d6c879
"
cabal
--store-dir
=
$STORE_DIR
v2-update
'hackage.haskell.org,2023-12-10T10:34:46Z'
...
...
@@ -22,7 +22,7 @@ then
echo
"stack2cabal could not be found"
cabal
--store-dir
=
$STORE_DIR
v2-install
--index-state
=
"2023-12-10T10:34:46Z"
stack2cabal-1.0.14
--overwrite-policy
=
always
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_freeze_hash
=
$(
sha256sum
cabal.project.freeze |
awk
'{printf "%s",$1}'
)
...
...
cabal.project
View file @
11e3e3d3
...
...
@@ -99,7 +99,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
istex
.
git
tag
:
c
1aba6034ceddcd1cdd0378c3841068c96accca7
tag
:
c
0a08d62c40a169b7934ceb7cb12c39952160e7a
source
-
repository
-
package
type
:
git
...
...
@@ -141,6 +141,11 @@ source-repository-package
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
iso639
.
git
tag
:
eab929d106833ded8011a0d6705135e3fc506a9c
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
servant
-
xml
-
conduit
.
git
tag
:
339f
d608341bd2652cf5c0e9e76a3293acffbea6
source
-
repository
-
package
type
:
git
location
:
https
://
github
.
com
/
haskell
-
servant
/
servant
.
git
...
...
stack.yaml
View file @
11e3e3d3
...
...
@@ -56,7 +56,7 @@ extra-deps:
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git
commit
:
300764df4f78ea6175535f9b78b884cc2aa9da61
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/istex.git
commit
:
9b1bd17f3ed38eab83e675bb68278922217a9c73
commit
:
c0a08d62c40a169b7934ceb7cb12c39952160e7a
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/hal.git
commit
:
25a1e9558075462a82660987920a698b8863dd63
-
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