File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ toOsPathUtf = toOsStringUtf
36
36
37
37
-- | Like 'toOsPathUtf', except allows to provide encodings.
38
38
toOsPathEnc :: TextEncoding -- ^ unix text encoding
39
- -> TextEncoding -- ^ windows text encoding
40
- -> String
41
- -> Either EncodingException OsPath
39
+ -> TextEncoding -- ^ windows text encoding
40
+ -> String
41
+ -> Either EncodingException OsPath
42
42
toOsPathEnc = toOsStringEnc
43
43
44
44
-- | Like 'toOsPathUtf', except this mimics the behavior of the base library when doing filesystem
@@ -67,9 +67,9 @@ fromOsPathUtf = fromOsStringUtf
67
67
68
68
-- | Like 'fromOsPathUtf', except allows to provide encodings.
69
69
fromOsPathEnc :: TextEncoding -- ^ unix text encoding
70
- -> TextEncoding -- ^ windows text encoding
71
- -> OsPath
72
- -> Either EncodingException String
70
+ -> TextEncoding -- ^ windows text encoding
71
+ -> OsPath
72
+ -> Either EncodingException String
73
73
fromOsPathEnc = fromOsStringEnc
74
74
75
75
-- | Like 'fromOsPathUtf', except this mimics the behavior of the base library when doing filesystem
You can’t perform that action at this time.
0 commit comments