From 2a29f6ebffc22af72e81f3c17af0fe66b0021a95 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Jan 2025 20:55:40 +0800 Subject: [PATCH] Disable yaml-streamly on FreeBSD --- cabal.project.release | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cabal.project.release b/cabal.project.release index 8b29cd1f..62158e8a 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -7,9 +7,11 @@ optimization: 2 -- for). The tar flag is only there to circumvent complicated errors -- during development, which sometimes happens due to libarchive. package ghcup - flags: +tui +yaml-streamly + flags: +tui if os(linux) + package ghcup + flags: +yaml-streamly constraints: xz -system-xz if arch(x86_64) || arch(i386) flags: -tar @@ -20,10 +22,14 @@ if os(linux) else flags: -tar elif os(darwin) + package ghcup + flags: +yaml-streamly flags: -tar constraints: zlib +bundled-c-zlib, xz -system-xz elif os(mingw32) + package ghcup + flags: +yaml-streamly flags: -tar constraints: xz -system-xz elif os(freebsd)