From 16c6c5694b28bea467cd2569237cb6644230f7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Wed, 11 Oct 2023 19:46:20 +0200 Subject: [PATCH] Added version for `msgpack-aeson` compilation failure (#7135). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c3173dd..09a71687 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4783,7 +4783,7 @@ packages: - msgpack - msgpack-rpc - msgpack-idl - - msgpack-aeson < 0 # https://github.com/commercialhaskell/stackage/issues/7135 + - msgpack-aeson < 0 # 0.1.0.0 compile fail https://github.com/commercialhaskell/stackage/issues/7135 - int-cast "Akihito Kirisaki @kirisaki":