diff --git a/System/OsString/Types.hs b/System/OsString/Types.hs deleted file mode 100644 index b9985959..00000000 --- a/System/OsString/Types.hs +++ /dev/null @@ -1,14 +0,0 @@ -module System.OsString.Types {-# DEPRECATED "Use System.OsString.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-} - ( - WindowsString - , PosixString - , PlatformString - , WindowsChar - , PosixChar - , PlatformChar - , OsString - , OsChar - ) -where - -import System.OsString.Internal.Types.Hidden