From 4a17690a007b082a969fcb4e3fb49ebab300be72 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Oct 2023 13:12:21 +0800 Subject: [PATCH] disable wai-transformers and websockets-simple for monad-control-aligned (#7132) --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49df9b18..ed9cc3da 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 < 0 # https://github.com/commercialhaskell/stackage/issues/7132 + - monad-control-aligned - monadoid - n-tuple - path-extra @@ -8231,6 +8231,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7129 - lpeg < 1.1 + + # https://github.com/commercialhaskell/stackage/issues/7132 + - monad-control-aligned < 0 + - wai-transformers < 0 + - websockets-simple < 0 + # end of Stackage upper bounds # end of packages