@@ -11,7 +11,7 @@ repository cardano-haskell-packages
1111
1212index-state :
1313 , hackage.haskell.org 2026-03-26T20:21 :33Z
14- , cardano-haskell-packages 2026-04-14T21:25 :56Z
14+ , cardano-haskell-packages 2026-05-02T16:21 :41Z
1515active-repositories :
1616 , :rest
1717 , cardano-haskell-packages :override
@@ -73,11 +73,11 @@ package snap-server
7373-- ---------------------------------------------------------
7474
7575constraints :
76- -- New version of `text` exposes a `show` function and in the `node`
77- -- code,`Data.Text` is being imported unqualified (bad idea IMO) which
78- -- then clashes with the `show` in `Prelude`.
79- , text < 2.1.2
8076 , hasql == 1.9.3
77+ -- haskell.nix tries to use 0.7.1.5; the patched 0.7.1.6 fork is in source-repository-package.
78+ , any.proto-lens >= 0.7.1.6
79+ -- haskell.nix patch does not work for 1.6.8
80+ , any.crypton-x509-system < 1.6.8
8181
8282allow-newer :
8383 , cardano-api :plutus-core
@@ -106,8 +106,8 @@ if impl (ghc >= 9.12)
106106source-repository-package
107107 type : git
108108 location : https://github.com/IntersectMBO/cardano-node
109- tag : 045bc187a36ef0cbd236db902b85dd8f202fb059
110- --sha256 : sha256-D2HMIr65q0RM9+ZAjbtA9xNKyoKYfr3Kc4Vv4+s64uY =
109+ tag : 97036a66bcf8c89f687ae57a048eecc0389977ef
110+ --sha256 : sha256-+dod+EL73MICgbgflyJnwDlxbCeaBbBLrr2tLX59hAA =
111111 subdir :
112112 cardano-node
113113 trace-forward
0 commit comments