Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping the project to ghc 9.6.4 + add static artifacts #835

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dropped.

## Step 6: Publish Haskell Libraries to CHaP

See [here](https://input-output-hk.github.io/cardano-haskell-packages/#how-to-add-a-new-package-version).
See [here](https://chap.intersectmbo.org/#how-to-add-a-new-package-version).

## Step 7: Publish a Release on GitHub

Expand Down
21 changes: 9 additions & 12 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
Expand Down Expand Up @@ -194,17 +194,15 @@ source-repository-package
--sha256: sha256-69iE7LrigHTSKJrgq6uGU+U4j+NtBwR4ae18vsLyVvI=
subdir: core

-- These constraints needed for plutus-apps
constraints:
-- 0.3.6.2 switched from cryptonite to crypton, and this causes linker
-- failures when other packages depend on cryptonite.
-- Can be removed when this is resolved: https://github.com/snoyberg/http-client/issues/508
http-client-tls < 0.3.6.2,
ouroboros-network-framework ==0.10.1.0

allow-newer:
primitive,
optparse-applicative
eventuo11y-otel:base,
eventuo11y:base,
eventuo11y-dsl:base,
eventuo11y-dsl:template-haskell,
eventuo11y-json:base,
eventuo11y-json:template-haskell,



source-repository-package
Expand All @@ -222,10 +220,9 @@ source-repository-package
isabelle
--sha256: 1yfbv9bwr71jd2sqfsb5jjq6j5bjfbjpp946fbkhxwwc2npwj0pd


source-repository-package
type: git
location: https://github.com/intersectMBO/cardano-api
tag: 8a539a8e63d8c410a329e3bc028d8339f32e4c8f
subdir: cardano-api
--sha256: 0r2zi4is8ayjryq80b144zcfl95ylx60gjp9n1qdcr1hcyrm76aj
--sha256: 0r2zi4is8ayjryq80b144zcfl95ylx60gjp9n1qdcr1hcyrm76aj
2 changes: 1 addition & 1 deletion eventuo11y-extras/eventuo11y-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ library
, some >=1 && <2
, stm ^>=2.5
, time >=1.9 && <2
, transformers ^>=0.5.6
, transformers ^>=0.6.1
, unliftio ^>=0.2.1
Loading
Loading