From 6844203b4d6260413c3f8f45943b05fecc0f6913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Thu, 18 Jul 2024 06:39:58 +0200 Subject: [PATCH] No longer track `msgpack-aeson` manually (closes #7135). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f86c94ac..9e5b1f52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4893,7 +4893,7 @@ packages: - msgpack - msgpack-rpc - msgpack-idl - - msgpack-aeson < 0 # 0.1.0.0 compile fail https://github.com/commercialhaskell/stackage/issues/7135 + - msgpack-aeson > 0.1.0.0 # compile fail https://github.com/commercialhaskell/stackage/issues/7135 - int-cast "Akihito Kirisaki @kirisaki":