From c12550c463743087c8f41a06876000e1cd009b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 23 Oct 2023 12:11:57 -0300 Subject: [PATCH] Fix deprecated build-depends -> dependencies --- package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 79288a20c..71c4ac15d 100644 --- a/package.yaml +++ b/package.yaml @@ -91,7 +91,7 @@ executables: ld-options: -Wl,-keep_dwarf_unwind ghc-options: -fcompact-unwind - condition: os(windows) && impl(ghc >= 9.4) - build-depends: system-cxx-std-lib + dependencies: system-cxx-std-lib - condition: os(windows) && impl(ghc < 9.4) extra-libraries: stdc++ @@ -117,7 +117,7 @@ tests: ld-options: -Wl,-keep_dwarf_unwind ghc-options: -fcompact-unwind - condition: os(windows) && impl(ghc >= 9.4) - build-depends: system-cxx-std-lib + dependencies: system-cxx-std-lib - condition: os(windows) && impl(ghc < 9.4) extra-libraries: stdc++