From 5993a80b3d3c09c5a4003952500dd26729716afb Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Wed, 27 Mar 2024 22:00:01 -0700 Subject: [PATCH] Make os-string flag default to True Trying to see if will make https://packdeps.haskellers.com happy about the filepath version. --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.cabal b/directory.cabal index 5d8c6553..fe462e9a 100644 --- a/directory.cabal +++ b/directory.cabal @@ -38,7 +38,7 @@ source-repository head flag os-string description: Use the new os-string package - default: False + default: True manual: False Library