File tree 4 files changed +4
-136
lines changed
4 files changed +4
-136
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ - Remote ` System.PosixCompat.User ` module
4
+
1
5
## Version 0.6 (2022-05-22)
2
6
3
7
- Better support for symbolic links
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ module System.PosixCompat (
11
11
, module System.PosixCompat.Time
12
12
, module System.PosixCompat.Types
13
13
, module System.PosixCompat.Unistd
14
- , module System.PosixCompat.User
15
14
, usingPortableImpl
16
15
) where
17
16
@@ -20,7 +19,6 @@ import System.PosixCompat.Temp
20
19
import System.PosixCompat.Time
21
20
import System.PosixCompat.Types
22
21
import System.PosixCompat.Unistd
23
- import System.PosixCompat.User
24
22
25
23
-- | 'True' if unix-compat is using its portable implementation,
26
24
-- or 'False' if the unix package is simply being re-exported.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ Library
40
40
System.PosixCompat.Time
41
41
System.PosixCompat.Types
42
42
System.PosixCompat.Unistd
43
- System.PosixCompat.User
44
43
45
44
if os(windows)
46
45
c-sources :
You can’t perform that action at this time.
0 commit comments