From f5601b98550197535ec179d01f997bac5048606d Mon Sep 17 00:00:00 2001 From: Ian-Woo Kim <ianwookim@gmail.com> Date: Tue, 30 Jan 2024 16:19:27 -0800 Subject: [PATCH] extra-dynamic-library-flavours --- filepath.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/filepath.cabal b/filepath.cabal index 231f788..54466dc 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.2 +cabal-version: 3.0 name: filepath version: 1.4.200.1 @@ -125,6 +125,9 @@ library ghc-options: -pgmPcpphs -optP--cpp build-tool-depends: cpphs:cpphs -any + -- IWKIM: for now + extra-dynamic-library-flavours: _p + test-suite filepath-tests type: exitcode-stdio-1.0 main-is: Test.hs -- GitLab