Skip to content

Delete System.PosixCompat.User module #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.7 (unreleased)

- Remove `System.PosixCompat.User` module
- Support `unix-2.8.0.0`

## Version 0.6 (2022-05-22)

- Better support for symbolic links
2 changes: 0 additions & 2 deletions src/System/PosixCompat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module System.PosixCompat (
, module System.PosixCompat.Time
, module System.PosixCompat.Types
, module System.PosixCompat.Unistd
, module System.PosixCompat.User
, usingPortableImpl
) where

Expand All @@ -20,7 +19,6 @@ import System.PosixCompat.Temp
import System.PosixCompat.Time
import System.PosixCompat.Types
import System.PosixCompat.Unistd
import System.PosixCompat.User

-- | 'True' if unix-compat is using its portable implementation,
-- or 'False' if the unix package is simply being re-exported.
Expand Down
133 changes: 0 additions & 133 deletions src/System/PosixCompat/User.hsc

This file was deleted.

3 changes: 1 addition & 2 deletions unix-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: unix-compat
version: 0.6
version: 0.7
synopsis: Portable POSIX-compatibility layer.
description: This package provides portable implementations of parts
of the unix package. This package re-exports the unix
Expand Down Expand Up @@ -40,7 +40,6 @@ Library
System.PosixCompat.Time
System.PosixCompat.Types
System.PosixCompat.Unistd
System.PosixCompat.User

if os(windows)
c-sources:
Expand Down