You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: System/OsPath/Data/ByteString/Short.hs
+3-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@
23
23
--
24
24
-- > import qualified Data.ByteString.Short as B.Short
25
25
--
26
-
moduleSystem.OsPath.Data.ByteString.Short (
26
+
moduleSystem.OsPath.Data.ByteString.Short {-# DEPRECATED "Use System.OsString.Data.ByteString.Short from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-}
moduleSystem.OsPath.Data.ByteString.Short.Internal{-# DEPRECATED "Use System.OsString.Data.ByteString.Short.Internal from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-} where
moduleSystem.OsPath.Data.ByteString.Short.Word16{-# DEPRECATED "Use System.OsString.Data.ByteString.Short.Word16 from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-} (
33
33
-- * The @ShortByteString@ type and representation
Copy file name to clipboardexpand all lines: System/OsPath/Encoding/Internal.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
{-# OPTIONS_GHC -funbox-strict-fields #-}
7
7
8
8
9
-
moduleSystem.OsPath.Encoding.Internalwhere
9
+
moduleSystem.OsPath.Encoding.Internal{-# DEPRECATED "Use System.OsString.Encoding.Internal from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-} where
Copy file name to clipboardexpand all lines: System/OsString.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
--
15
15
-- It captures the notion of syscall specific encoding (or the lack thereof) to avoid roundtrip issues
16
16
-- and memory fragmentation by using unpinned byte arrays. Bytes are not touched or interpreted.
17
-
moduleSystem.OsString
17
+
moduleSystem.OsString {-# DEPRECATED "Use System.OsString from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-}
Copy file name to clipboardexpand all lines: System/OsString/Common.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
#define POSIX_DOC
12
12
#endif
13
13
14
-
moduleSystem.OsString.MODULE_NAME
14
+
moduleSystem.OsString.MODULE_NAME {-# DEPRECATED "Use System.OsString.MODULE_NAME from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-}
Copy file name to clipboardexpand all lines: System/OsString/Internal.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
{-# LANGUAGE RankNTypes #-}
3
3
{-# LANGUAGE UnliftedFFITypes #-}
4
4
5
-
moduleSystem.OsString.Internalwhere
5
+
moduleSystem.OsString.Internal{-# DEPRECATED "Use System.OsString.Internal from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-} where
Copy file name to clipboardexpand all lines: System/OsString/Internal/Types.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
{-# LANGUAGE TypeApplications #-}
9
9
{-# LANGUAGE PatternSynonyms #-}
10
10
11
-
moduleSystem.OsString.Internal.Types
11
+
moduleSystem.OsString.Internal.Types {-# DEPRECATED "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-}
Copy file name to clipboardexpand all lines: System/OsString/Types.hs
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
moduleSystem.OsString.Types
1
+
moduleSystem.OsString.Types {-# DEPRECATED "Use System.OsString.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." #-}
0 commit comments