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
052ee0a7
Commit
052ee0a7
authored
Mar 04, 2024
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project dependencies
parent
77fe2ea6
Pipeline
#5702
passed with stages
in 106 minutes and 47 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
update-project-dependencies
bin/update-project-dependencies
+1
-1
cabal.project.freeze
cabal.project.freeze
+3
-0
stack.yaml
stack.yaml
+3
-1
No files found.
bin/update-project-dependencies
View file @
052ee0a7
...
...
@@ -19,7 +19,7 @@ fi
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in.
expected_cabal_project_hash
=
"c9fe39301e8b60bfd183e60e7e25a14cd1c9c66d8739bf9041ca3f4db89db7c6"
expected_cabal_project_freeze_hash
=
"
db24c7d3006167102532e3101e2b49bae13d478003459c7d3f1d66590e57740a
"
expected_cabal_project_freeze_hash
=
"
2c8960ffcf1b94aa11a3543e3b5facd2db5af19569fecaec4bc0ab4c1edd22a5
"
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 @
052ee0a7
...
...
@@ -585,6 +585,8 @@ constraints: any.Cabal ==3.8.1.0,
tasty +unix,
any.tasty-bench ==0.3.5,
tasty-bench -debug +tasty,
any.tasty-golden ==2.3.5,
tasty-golden -build-example,
any.tasty-hspec ==1.2.0.3,
any.tasty-hunit ==0.10.1,
any.tasty-quickcheck ==0.10.2,
...
...
@@ -637,6 +639,7 @@ constraints: any.Cabal ==3.8.1.0,
transformers-base +orphaninstances,
any.transformers-compat ==0.7.2,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.tree-diff ==0.3.0.1,
any.tuple ==0.3.0.2,
any.type-equality ==1,
any.typed-process ==0.2.11.1,
...
...
stack.yaml
View file @
052ee0a7
...
...
@@ -323,7 +323,7 @@ flags:
"
full-text-search"
:
"
build-search-demo"
:
false
gargantext
:
"
disable-db-obfuscation-executable"
:
fals
e
"
disable-db-obfuscation-executable"
:
tru
e
"
no-phylo-debug-logs"
:
false
"
test-crypto"
:
false
"
generic-deriving"
:
...
...
@@ -562,6 +562,8 @@ flags:
"
tasty-bench"
:
debug
:
false
tasty
:
true
"
tasty-golden"
:
"
build-example"
:
false
texmath
:
executable
:
false
server
:
false
...
...
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