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
157
Issues
157
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
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
275d2644
Commit
275d2644
authored
Feb 06, 2024
by
Alfredo Di Napoli
Committed by
Alfredo Di Napoli
Feb 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project deps
parent
529ab6bc
Pipeline
#5578
passed with stages
in 105 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
update-project-dependencies
bin/update-project-dependencies
+1
-1
cabal.project.freeze
cabal.project.freeze
+4
-0
stack.yaml
stack.yaml
+5
-0
No files found.
bin/update-project-dependencies
View file @
275d2644
...
...
@@ -13,7 +13,7 @@ INDEX_STATE="2023-12-10T10:34:46Z"
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in.
expected_cabal_project_hash
=
"1e4d40d48546606fba0ce0eaae9f2799c57d8ce97c4425940f3a535c4f628a8a"
expected_cabal_project_freeze_hash
=
"
2c13034bdeaeaece6c81362ef047c3102782b4fbf4fd7670bb677bd1ac3b0151
"
expected_cabal_project_freeze_hash
=
"
745c65c246998cfda4d2a7a22df44a9f1f7fb0927e2afc2f16712861bf552c76
"
cabal
--store-dir
=
$STORE_DIR
v2-update
"hackage.haskell.org,
${
INDEX_STATE
}
"
...
...
cabal.project.freeze
View file @
275d2644
...
...
@@ -497,6 +497,7 @@ constraints: any.Cabal ==3.8.1.0,
any.scientific ==0.3.7.0,
scientific -bytestring-builder -integer-simple,
any.securemem ==0.1.10,
any.selective ==0.7,
any.semialign ==1.3,
semialign +semigroupoids,
any.semigroupoids ==5.3.7,
...
...
@@ -627,6 +628,8 @@ constraints: any.Cabal ==3.8.1.0,
any.tls ==1.6.0,
tls +compat -hans +network,
any.tmp-postgres ==1.34.1.0,
any.tomland ==1.3.3.2,
tomland -build-play-tomland -build-readme,
any.transformers ==0.5.6.2,
any.transformers-base ==0.4.6,
transformers-base +orphaninstances,
...
...
@@ -662,6 +665,7 @@ constraints: any.Cabal ==3.8.1.0,
any.utility-ht ==0.0.17,
any.uuid ==1.3.15,
any.uuid-types ==1.0.5.1,
any.validation-selective ==0.2.0.0,
any.validity ==0.12.0.2,
any.vault ==0.3.1.5,
vault +useghc,
...
...
stack.yaml
View file @
275d2644
...
...
@@ -43,6 +43,8 @@
-
"
stemmer-0.5.2"
-
"
taggy-0.2.1"
-
"
taggy-lens-0.1.2"
-
"
tomland-1.3.3.2"
-
"
validation-selective-0.2.0.0"
-
"
vector-0.12.3.0"
-
"
wai-3.2.4"
-
commit
:
2b5d69448557e89002c0179ea1aaf59bb757a6e3
...
...
@@ -583,6 +585,9 @@ flags:
compat
:
true
hans
:
false
network
:
true
tomland
:
"
build-play-tomland"
:
false
"
build-readme"
:
false
"
transformers-base"
:
orphaninstances
:
true
"
transformers-compat"
:
...
...
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