File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33## 0.1.5 -- 20XX-XX-XX
44
55* Don't use QuasiQotes
6+ * Remove redundant imports
67
78## 0.1.4 -- 2024-08-10
89
Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ import System.Posix.Internals (c_getpid)
2626import GHC.IORef (atomicModifyIORef'_ )
2727import Foreign.C (getErrno , eEXIST , errnoToIOError )
2828
29- #if MIN_VERSION_filepath(1, 5, 0)
30- import "os-string" System.OsString.Internal.Types (PosixString (.. ), PosixChar (.. ))
31- import qualified "os-string" System.OsString.Data.ByteString.Short as BC
32- #else
29+ #if !MIN_VERSION_filepath(1, 5, 0)
3330import Data.Coerce (coerce )
3431import "filepath" System.OsString.Internal.Types (PosixString (.. ), PosixChar (.. ))
3532import qualified "filepath" System.OsPath.Data.ByteString.Short as BC
You can’t perform that action at this time.
0 commit comments