Skip to content

Commit 87ffe05

Browse files
delete System.PosixCompat.User module
1 parent d4efce8 commit 87ffe05

File tree

4 files changed

+4
-136
lines changed

4 files changed

+4
-136
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
- Remote `System.PosixCompat.User` module
4+
15
## Version 0.6 (2022-05-22)
26

37
- Better support for symbolic links

src/System/PosixCompat.hs

-2
Original file line numberDiff line numberDiff 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
2019
import System.PosixCompat.Time
2120
import System.PosixCompat.Types
2221
import 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.

src/System/PosixCompat/User.hsc

-133
This file was deleted.

unix-compat.cabal

-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)