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
bff41104
Verified
Commit
bff41104
authored
Sep 12, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ghc] 9.4.8
parent
1a940644
Pipeline
#6637
canceled with stages
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
275 additions
and
13 deletions
+275
-13
update-project-dependencies
bin/update-project-dependencies
+3
-3
cabal.project
cabal.project
+1
-1
cabal.project.freeze
cabal.project.freeze
+8
-8
stack.yaml
stack.yaml
+263
-1
No files found.
bin/update-project-dependencies
View file @
bff41104
...
...
@@ -18,13 +18,13 @@ 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
=
"
967fee2ed28f46b12a629ad9821301854d3159975b7297653e50d7fc1f3b8919
"
expected_cabal_project_freeze_hash
=
"
af825192f1ec47b07e6001dd2556b59991c9e6c50094dc732ee933a41f0dc9bd
"
expected_cabal_project_hash
=
"
041406eda92c23d068ec37513559c1d4d8147a82d650919996d5ff9d8d8b6371
"
expected_cabal_project_freeze_hash
=
"
3b95f03a1b9b89318dd39917b48b12dac54438f2927c1b7084f5223db4b7a6ea
"
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
cabal2stack
--system-ghc
--resolver
lts-21.
17
--resolver-file
devops/stack/lts-21.17.yaml
-o
stack.yaml
cabal2stack
--system-ghc
--resolver
lts-21.
21
-o
stack.yaml
cabal
--store-dir
=
$STORE_DIR
v2-freeze
# Run 'sed' to remove the constraint for 'gargantext', as it doesn't make sense and
...
...
cabal.project
View file @
bff41104
...
...
@@ -3,7 +3,7 @@
--
index
-
state
:
2023
-
12
-
10
T10
:
34
:
46
Z
index
-
state
:
2024
-
09
-
12
T03
:
02
:
26
Z
with
-
compiler
:
ghc
-
9.4.
7
with
-
compiler
:
ghc
-
9.4.
8
optimization
:
2
packages
:
...
...
cabal.project.freeze
View file @
bff41104
...
...
@@ -57,7 +57,7 @@ constraints: any.Cabal ==3.8.1.0,
any.authenticate-oauth ==1.7,
any.auto-update ==0.1.6,
any.barbies ==2.1.1.0,
any.base ==4.17.2.
0
,
any.base ==4.17.2.
1
,
any.base-compat ==0.13.1,
any.base-compat-batteries ==0.13.1,
any.base-orphans ==0.9.2,
...
...
@@ -84,7 +84,7 @@ constraints: any.Cabal ==3.8.1.0,
any.bsb-http-chunked ==0.0.0.4,
any.byteable ==0.1.1,
any.byteorder ==1.0.4,
any.bytestring ==0.11.5.
2
,
any.bytestring ==0.11.5.
3
,
any.bytestring-builder ==0.10.8.2.0,
bytestring-builder +bytestring_has_builder,
any.bzlib-conduit ==0.3.0.3,
...
...
@@ -203,13 +203,13 @@ constraints: any.Cabal ==3.8.1.0,
any.generic-monoid ==0.1.0.1,
any.generically ==0.1.1,
any.generics-sop ==0.5.1.3,
any.ghc ==9.4.
7
,
any.ghc ==9.4.
8
,
any.ghc-bignum ==1.3,
any.ghc-boot ==9.4.
7
,
any.ghc-boot-th ==9.4.
7
,
any.ghc-heap ==9.4.
7
,
any.ghc-boot ==9.4.
8
,
any.ghc-boot-th ==9.4.
8
,
any.ghc-heap ==9.4.
8
,
any.ghc-prim ==0.9.1,
any.ghci ==9.4.
7
,
any.ghci ==9.4.
8
,
any.githash ==0.1.7.0,
any.graphviz ==2999.20.2.0,
graphviz -test-parsing,
...
...
@@ -395,7 +395,7 @@ constraints: any.Cabal ==3.8.1.0,
any.primitive ==0.7.4.0,
any.primitive-extras ==0.10.2,
any.primitive-unlifted ==2.1.0.0,
any.process ==1.6.1
7
.0,
any.process ==1.6.1
8
.0,
any.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2,
any.promises ==0.3,
...
...
stack.yaml
View file @
bff41104
This diff is collapsed.
Click to expand it.
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