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
18c75415
Verified
Commit
18c75415
authored
Nov 30, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] fixes to our dependencies (cabal & stack)
parent
496560ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
11 deletions
+21
-11
update-cabal-project
bin/update-cabal-project
+2
-2
cabal.project
cabal.project
+11
-6
cabal.project.freeze
cabal.project.freeze
+0
-1
stack.yaml
stack.yaml
+8
-2
No files found.
bin/update-cabal-project
View file @
18c75415
...
...
@@ -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
=
"
3c1002c8ed7be226b2e189fdb7debef5b3c43d0f56e44df73d500954074c4568
"
expected_cabal_project_freeze_hash
=
"
ee7ee880d93d58e52407e971033440291ddb20023a2e8090aa5b335ecbfbc649
"
expected_cabal_project_hash
=
"
2f4a78e2c740f48928f9953c49776d068e68cbc9cd5d0a5577c90dabac6e12c6
"
expected_cabal_project_freeze_hash
=
"
8b92667f8d1aac285675108a2b87484adbd9ad7c85679db0ec3d448e32cc6348
"
cabal
--store-dir
=
$STORE_DIR
v2-update
'hackage.haskell.org,2023-06-24T21:28:46Z'
...
...
cabal.project
View file @
18c75415
...
...
@@ -96,11 +96,6 @@ source-repository-package
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
isidore
.
git
tag
:
3
db385e767d2100d8abe900833c6e7de3ac55e1b
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
iso639
.
git
tag
:
1
a9e23e210a02da3b846d7cdc666541e2148334d
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
istex
.
git
...
...
@@ -109,7 +104,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
openalex
.
git
tag
:
a46abe16700449a1f863deb89380b05d89ad9723
tag
:
35
a95e7e8da655f868d5420aa29e835a813fa3a2
source
-
repository
-
package
type
:
git
...
...
@@ -141,6 +136,16 @@ source-repository-package
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
hlcm
.
git
tag
:
6f0595
d2421005837d59151a8b26eee83ebb67b5
source
-
repository
-
package
type
:
git
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
...
...
cabal.project.freeze
View file @
18c75415
...
...
@@ -1365,7 +1365,6 @@ constraints: any.AC-Angle ==1.0,
any.isbn ==1.1.0.3,
any.islink ==0.1.0.0,
any.iso3166-country-codes ==0.20140203.8,
any.iso639 ==0.1.0.3,
any.iso8601-time ==0.1.5,
any.iterable ==3.0,
any.ix-shapable ==0.1.0,
...
...
stack.yaml
View file @
18c75415
...
...
@@ -22,7 +22,9 @@ allow-newer: true
extra-deps
:
-
git
:
https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude
commit
:
40135d166830690b1101180b79e9fd3663284b2b
commit
:
fec7427ba8d1047fd68207afb79139f9dea339e0
-
git
:
https://gitlab.iscpif.fr/gargantext/iso639.git
commit
:
eab929d106833ded8011a0d6705135e3fc506a9c
-
git
:
https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
commit
:
588e104fe7593210956610cab0041fd16584a4ce
# Data Mining Libs
...
...
@@ -41,6 +43,8 @@ extra-deps:
-
servant-auth/servant-auth/
-
servant-auth/servant-auth-client/
-
servant-auth/servant-auth-server/
-
git
:
https://gitlab.iscpif.fr/gargantext/servant-xml-conduit.git
commit
:
339fd608341bd2652cf5c0e9e76a3293acffbea6
-
git
:
https://github.com/alpmestan/ekg-json.git
commit
:
fd7e5d7325939103cd87d0dc592faf644160341c
# Databases libs
...
...
@@ -60,7 +64,9 @@ extra-deps:
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/arxiv-api.git
commit
:
eb130c71fa17adaceed6ff66beefbccb13df51ba
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git
commit
:
1cf872fb3bd0e3e44af31247833c4b6bb7d0dca5
commit
:
35a95e7e8da655f868d5420aa29e835a813fa3a2
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/epo-proxy-api.git
commit
:
9225d046083853200b9045c8d71161e6a234fc5c
# NP libs
-
git
:
https://github.com/alpmestan/servant-job.git
commit
:
b4182487cfe479777c11ca19f3c0d47840b376f6
...
...
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