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
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
99f21ab0
Verified
Commit
99f21ab0
authored
Jun 20, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stack] update project dependencies hashes
parent
96915688
Pipeline
#6251
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
update-project-dependencies
bin/update-project-dependencies
+2
-2
cabal.project.freeze
cabal.project.freeze
+10
-0
stack.yaml
stack.yaml
+8
-2
No files found.
bin/update-project-dependencies
View file @
99f21ab0
...
...
@@ -18,8 +18,8 @@ fi
# 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
=
"
75954432d1b867597b6eff606d22b36e53a18b283464c9c9d309af231a694d6b
"
expected_cabal_project_freeze_hash
=
"
09930a2fa36e4325d46e5d069595d300c6017472f405f8ac67158377816d132a
"
expected_cabal_project_hash
=
"
bdb72fb347348798c9eeebc280edb8664a8ecb380d5e8f51dafd0ad647a77087
"
expected_cabal_project_freeze_hash
=
"
6fbf60b219a4f2ea760f47e5430d3954402d5dde88662d77e224cb0a6d87a274
"
cabal
--store-dir
=
$STORE_DIR
v2-build
--dry-run
cabal2stack
--system-ghc
--allow-newer
--resolver
lts-21.17
--resolver-file
devops/stack/lts-21.17.yaml
-o
stack.yaml
...
...
cabal.project.freeze
View file @
99f21ab0
...
...
@@ -166,6 +166,7 @@ constraints: any.Cabal ==3.8.1.0,
any.data-time-segment ==0.1.0.0,
any.dec ==0.0.5,
any.deepseq ==1.4.8.0,
any.deferred-folds ==0.9.18.6,
any.dense-linear-algebra ==0.1.0.0,
any.deriving-aeson ==0.2.9,
any.digest ==0.0.1.7,
...
...
@@ -204,8 +205,10 @@ constraints: any.Cabal ==3.8.1.0,
any.filepath ==1.4.2.2,
any.filepattern ==0.1.3,
any.fmt ==0.6.3.0,
any.focus ==1.0.3.2,
any.foldable1-classes-compat ==0.1,
foldable1-classes-compat +tagged,
any.foldl ==1.4.15,
any.formatting ==7.2.0,
formatting +no-double-conversion,
any.free ==5.1.10,
...
...
@@ -327,6 +330,7 @@ constraints: any.Cabal ==3.8.1.0,
libyaml -no-unicode -system-libyaml,
any.lifted-async ==0.10.2.4,
any.lifted-base ==0.2.3.12,
any.list-t ==1.0.5.7,
any.listsafe ==0.1.0.1,
any.llvm-hs ==12.0.0,
llvm-hs -debug -llvm-with-rtti +shared-llvm,
...
...
@@ -373,6 +377,7 @@ constraints: any.Cabal ==3.8.1.0,
any.mtl-compat ==0.2.2,
mtl-compat -two-point-one -two-point-two,
any.mwc-random ==0.15.0.2,
any.nanomsg-haskell ==0.2.4,
any.natural-transformation ==0.4,
any.network ==3.1.4.0,
network -devel,
...
...
@@ -428,6 +433,8 @@ constraints: any.Cabal ==3.8.1.0,
prettyprinter -buildreadme +text,
any.prettyprinter-ansi-terminal ==1.1.3,
any.primitive ==0.8.0.0,
any.primitive-extras ==0.10.1.10,
any.primitive-unlifted ==2.1.0.0,
any.probability ==0.2.8,
probability +splitbase,
any.process ==1.6.17.0,
...
...
@@ -502,6 +509,7 @@ constraints: any.Cabal ==3.8.1.0,
any.servant-swagger ==1.2,
any.servant-swagger-ui ==0.3.5.5.0.0,
any.servant-swagger-ui-core ==0.3.5,
any.servant-websockets ==2.0.0,
any.servant-xml-conduit ==0.1.0.4,
any.shelly ==1.12.1,
shelly -build-examples -lifted,
...
...
@@ -534,7 +542,9 @@ constraints: any.Cabal ==3.8.1.0,
any.stemmer ==0.5.2,
any.stm ==2.5.1.0,
any.stm-chans ==3.0.0.9,
any.stm-containers ==1.2.0.3,
any.stm-delay ==0.1.1.1,
any.stm-hamt ==1.2.0.14,
any.storable-complex ==0.2.3.0,
any.streaming-commons ==0.2.2.6,
streaming-commons -use-bytestring-builder,
...
...
stack.yaml
View file @
99f21ab0
...
...
@@ -4,6 +4,7 @@
-
"
KMP-0.2.0.0"
-
"
MissingH-1.4.3.0"
-
"
Unique-0.4.7.8"
-
"
deferred-folds-0.9.18.6"
-
"
fclabels-2.0.5.1"
-
"
full-text-search-0.2.1.4"
-
"
fullstop-0.1.4"
...
...
@@ -28,6 +29,7 @@
-
"
morpheus-graphql-subscriptions-0.24.3"
-
"
morpheus-graphql-tests-0.24.3"
-
"
opaleye-0.9.6.1"
-
"
primitive-unlifted-2.1.0.0"
-
"
rake-0.0.1"
-
"
random-1.2.1"
-
"
recover-rtti-0.4.3"
...
...
@@ -102,6 +104,10 @@
git
:
"
https://github.com/delanoe/patches-map"
subdirs
:
-
.
-
commit
:
23be4130804d86979eaee5caffe323a1c7f2b0d6
git
:
"
https://github.com/garganscript/nanomsg-haskell"
subdirs
:
-
.
-
commit
:
4fd2edf30c141600ffad6d730cc4c1c08a6dbce4
git
:
"
https://github.com/robstewart57/rdf4h.git"
subdirs
:
...
...
@@ -130,7 +136,7 @@
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/istex.git"
subdirs
:
-
.
-
commit
:
c
eb8f2cebd4890b6d9d151ab01ee14e925bc0499
-
commit
:
c
2114adb0382770e419e5a7ae1b3a1ee5b09ee50
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs
:
-
.
...
...
@@ -309,7 +315,7 @@ flags:
"
build-search-demo"
:
false
gargantext
:
"
disable-db-obfuscation-executable"
:
false
"
no-phylo-debug-logs"
:
tru
e
"
no-phylo-debug-logs"
:
fals
e
"
test-crypto"
:
false
"
ghc-lib-parser"
:
"
threaded-rts"
:
true
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
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