Skip to content

Commit

Permalink
chore(haskell): update proto-lens-runtime dependency to >= 0.7.0.6 (#113
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Mercurial authored Jul 30, 2024
1 parent c00df69 commit 124a69d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ jobs:
repository-token: ${{ secrets.GOSDK_REPOSITORY_TOKEN }}
mode: ${{ inputs.mode }}

# publish-haskell:
# runs-on: ubuntu-latest

# steps:
# - name: Checkout
# uses: actions/checkout@v4

# - uses: actions/download-artifact@v4
# with:
# name: codegen
# path: ./codegen

# - uses: ./.github/actions/publish-haskell
# with:
# registry-token: ${{ secrets.HACKAGE_REGISTRY_TOKEN }}
# mode: ${{ inputs.mode }}
publish-haskell:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: codegen
path: ./codegen

- uses: ./.github/actions/publish-haskell
with:
registry-token: ${{ secrets.HACKAGE_REGISTRY_TOKEN }}
mode: ${{ inputs.mode }}

publish-dotnet:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion gen/haskell/utxorpc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ library
, proto-lens >= 0.7.1 && < 0.8
-- >= 0.7.2 required as it contains support for `FieldMask`
, proto-lens-protobuf-types >= 0.7.2 && < 0.8
, proto-lens-runtime >= 0.8.0 && < 0.8
, proto-lens-runtime >= 0.7.0.6
default-language: Haskell2010

0 comments on commit 124a69d

Please sign in to comment.