File tree Expand file tree Collapse file tree 4 files changed +4
-136
lines changed
Expand file tree Collapse file tree 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+
15## Version 0.6 (2022-05-22)
26
37- Better support for symbolic links
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ module System.PosixCompat (
1111 , module System.PosixCompat.Time
1212 , module System.PosixCompat.Types
1313 , module System.PosixCompat.Unistd
14- , module System.PosixCompat.User
1514 , usingPortableImpl
1615 ) where
1716
@@ -20,7 +19,6 @@ import System.PosixCompat.Temp
2019import System.PosixCompat.Time
2120import System.PosixCompat.Types
2221import System.PosixCompat.Unistd
23- import System.PosixCompat.User
2422
2523-- | 'True' if unix-compat is using its portable implementation,
2624-- 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
4040 System.PosixCompat.Time
4141 System.PosixCompat.Types
4242 System.PosixCompat.Unistd
43- System.PosixCompat.User
4443
4544 if os(windows)
4645 c-sources :
You can’t perform that action at this time.
0 commit comments