From e56771d8f61ab2251c08a8abfc4162cd23b42ced Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Apr 2024 15:59:47 -0700 Subject: [PATCH] Add flag for xxhash-ffi and allow newer version (#7373) Based on #7361 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c1dcd64..c53e0a37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3659,7 +3659,7 @@ packages: - intset-imperative - lxd-client - lxd-client-config - - xxhash-ffi < 0.3 # https://github.com/commercialhaskell/stackage/issues/7361 + - xxhash-ffi - zeromq4-patterns "Cliff Harvey @BlackBrane": @@ -8576,6 +8576,10 @@ package-flags: directory-ospath-streaming: os-string: false + + # based on https://github.com/commercialhaskell/stackage/issues/7361 + xxhash-ffi: + pkg-config: false # end of package-flags # Special configure options for individual packages