Skip to content

Commit

Permalink
Disable yaml-streamly on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 16, 2025
1 parent c9c4aa6 commit 2a29f6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 2a29f6e

Please sign in to comment.