Skip to content

Commit 193ea28

Browse files
committed
lts-24: instead freeze hasql at 1.9.3.1
1 parent cb4489b commit 193ea28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-constraints/lts-24-build-constraints.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ packages:
16621662
- domain-core ^>= 0.1.0.4
16631663
- domain-optics ^>= 0.1.0.4
16641664
- focus ^>= 1.0.3.2
1665-
- hasql ^>= 1.9.1.2
1665+
- hasql == 1.9.3.1 # 1.9.3.2 introduces a dependency on testcontainers-postgresql -> testcontainers -> aeson-optics that stack/curator isn't pruning
16661666
- hasql-optparse-applicative ^>= 0.9
16671667
- hasql-pool ^>= 1.3.0.3
16681668
- hasql-th ^>= 0.4.0.23
@@ -6913,6 +6913,7 @@ expected-test-failures:
69136913
- gitson # https://github.com/myfreeweb/gitson/issues/1
69146914
- happy # Needs mtl in the user package DB
69156915
- haskell-neo4j-client # neo4j with auth disabled
6916+
- hasql # PostgreSQL
69166917
- hasql-dynamic-statements # PostgreSQL
69176918
- hasql-notifications # PostgreSQL
69186919
- hasql-queue

0 commit comments

Comments
 (0)