Skip to content

Commit 937c0b1

Browse files
mmhathasufell
authored andcommitted
Fixed: Missing import for ghc<8.4.1
1 parent 66f6c58 commit 937c0b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

System/Posix/Directory/ByteString.hsc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ import Foreign
7171
import Foreign.C
7272

7373
import Data.ByteString.Char8 as BC
74+
#if !MIN_VERSION_base(4,11,0)
75+
import Data.Monoid ((<>))
76+
#endif
7477

7578
import System.Posix.Directory.Common
7679
import System.Posix.Files.ByteString

0 commit comments

Comments
 (0)