From d024ba1fe7b67d9b6d9cad1871daa08252a6b0aa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Oct 2023 12:31:00 +0800 Subject: [PATCH] disable monad-control-aligned (#7132) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9daf5a44..daa3d130 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,7 +2526,7 @@ packages: - follow-file < 0 # 0.0.3 compile fail https://github.com/athanclark/follow-file/issues/1 - HSet < 0 # 0.0.1 compile fail: duplicate Hashable instance - markup - - monad-control-aligned + - monad-control-aligned < 0 # https://github.com/commercialhaskell/stackage/issues/7132 - monadoid - n-tuple - path-extra