From 2ecc61ad9236cd590a6ff79e79ab0088c767eda1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Mar 2024 18:47:10 +0800 Subject: [PATCH] Disable system-libyaml for release builds --- cabal.project.release | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cabal.project.release b/cabal.project.release index 728b5e4..835877d 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -39,6 +39,9 @@ constraints: http-io-streams -brotli, package libarchive flags: -system-libarchive +package libyaml-streamly + flags: -system-libyaml + package aeson-pretty flags: +lib-only