From 0f47eceacf985962050cc0e6c2f4a105e69ecf0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Feb 2025 12:59:30 -0400 Subject: [PATCH] stop exporting RawFilePath --- Utility/OsPath.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Utility/OsPath.hs b/Utility/OsPath.hs index acdd12e97e..e935b84d3d 100644 --- a/Utility/OsPath.hs +++ b/Utility/OsPath.hs @@ -13,7 +13,6 @@ module Utility.OsPath ( OsPath, OsString, - RawFilePath, literalOsPath, stringToOsPath, toOsPath,