From 9275c1b24d1c812528016b53532ce95aaea47e3c Mon Sep 17 00:00:00 2001 From: jkachmar Date: Fri, 6 Oct 2023 15:40:14 -0400 Subject: [PATCH] Restrict primitive < 0.9 (#7138) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fba36bf..f9814f68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5628,7 +5628,7 @@ packages: - pretty-show - prettyprinter-convert-ansi-wl-pprint < 0 # 1.1.2 # fails to compile (#7017) - primes - - primitive + - primitive < 0.9 # https://github.com/commercialhaskell/stackage/issues/7138 - primitive-unaligned - process-extras - product-isomorphic < 0 # 0.0.3.3