From 124a69d36a6a10c2c6a1c60f4e4f644d55184197 Mon Sep 17 00:00:00 2001
From: Clark Alesna <clark_alesna@hotmail.com>
Date: Tue, 30 Jul 2024 10:35:33 +0800
Subject: [PATCH] chore(haskell): update proto-lens-runtime dependency to >=
 0.7.0.6 (#113)

---
 .github/workflows/publish-all.yml | 32 +++++++++++++++----------------
 gen/haskell/utxorpc.cabal         |  2 +-
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/publish-all.yml b/.github/workflows/publish-all.yml
index a7734cf..b57a0f4 100644
--- a/.github/workflows/publish-all.yml
+++ b/.github/workflows/publish-all.yml
@@ -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
diff --git a/gen/haskell/utxorpc.cabal b/gen/haskell/utxorpc.cabal
index 9b9d4f3..d546eb6 100644
--- a/gen/haskell/utxorpc.cabal
+++ b/gen/haskell/utxorpc.cabal
@@ -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