Skip to content

Commit

Permalink
Merge pull request #336 from input-output-hk/mgalazyn/chore/bump-type…
Browse files Browse the repository at this point in the history
…d-protocols

Upgrade typed-protocols to 1.1.1
  • Loading branch information
carbolymer authored Oct 23, 2023
2 parents 3fbcf3b + fb6b2ab commit 225ac3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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 @@ -200,7 +200,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 @@ -235,7 +235,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.

0 comments on commit 225ac3c

Please sign in to comment.