Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ package libyaml
if os(linux)
package ghcup
flags: +yaml-streamly
if arch(x86_64) || arch(i386)
if arch(x86_64)
flags: -tar
executable-static: True
package *
ghc-options: -split-sections
elif arch(i386)
flags: -tar
executable-static: True
elif arch(arm)
flags: +tar
else
Expand Down
Loading