From cce9603f0600aad6202ae32290843b65ca133249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Sat, 10 Feb 2024 19:23:29 +0100 Subject: [PATCH] Added version information to disabled packages `conduit-aeson` and `twitter-conduit`. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 615c6c26..04d14d71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3118,7 +3118,7 @@ packages: "Takahiro Himura @himura": - lens-regex - - twitter-conduit < 0 # fails https://github.com/commercialhaskell/stackage/issues/7239 + - twitter-conduit < 0 # 0.6.1 fails https://github.com/commercialhaskell/stackage/issues/7239 - twitter-types - twitter-types-lens @@ -3918,7 +3918,7 @@ packages: - safe-decimal - flush-queue - pvar - - conduit-aeson < 0 # https://github.com/commercialhaskell/stackage/issues/7231 + - conduit-aeson < 0 # 0.1.0.1 https://github.com/commercialhaskell/stackage/issues/7231 - vector-stream - FailT