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

Upgrade typed-protocols to 1.1.1 #336

Merged
merged 1 commit into from
Oct 23, 2023
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-10-17"
CABAL_CACHE_VERSION: "2023-10-23"

concurrency:
group: >
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
use-sodium-vrf: true # default is true

- uses: actions/checkout@v3

- name: Cabal update
run: cabal update

Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-08-06T23:58:58Z
, cardano-haskell-packages 2023-09-28T08:17:07Z
, cardano-haskell-packages 2023-10-23T08:59:58Z

packages:
cardano-api
Expand Down
4 changes: 2 additions & 2 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ library internal
, time
, transformers
, transformers-except ^>= 0.1.3
, typed-protocols ^>= 0.1
, typed-protocols ^>= 0.1.1
, unordered-containers >= 0.2.11
, vector
, yaml
Expand Down Expand Up @@ -234,7 +234,7 @@ library
, memory
, nothunks
, ouroboros-network-protocols
, typed-protocols ^>= 0.1
, typed-protocols ^>= 0.1.1

library gen
import: project-config
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.