Skip to content

Commit

Permalink
Merge branch 'issue-30'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 19, 2024
2 parents 4c8679e + b037a89 commit 9cf6e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.1.5 -- 20XX-XX-XX

* Don't use QuasiQotes
* Remove redundant imports

## 0.1.4 -- 2024-08-10

Expand Down
5 changes: 1 addition & 4 deletions posix/System/File/Platform.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ import System.Posix.Internals (c_getpid)
import GHC.IORef (atomicModifyIORef'_)
import Foreign.C (getErrno, eEXIST, errnoToIOError)

#if MIN_VERSION_filepath(1, 5, 0)
import "os-string" System.OsString.Internal.Types (PosixString(..), PosixChar(..))
import qualified "os-string" System.OsString.Data.ByteString.Short as BC
#else
#if !MIN_VERSION_filepath(1, 5, 0)
import Data.Coerce (coerce)
import "filepath" System.OsString.Internal.Types (PosixString(..), PosixChar(..))
import qualified "filepath" System.OsPath.Data.ByteString.Short as BC
Expand Down

0 comments on commit 9cf6e15

Please sign in to comment.