Skip to content
Snippets Groups Projects
Commit 937c0b10 authored by Mann mit Hut's avatar Mann mit Hut Committed by Julian Ospald
Browse files

Fixed: Missing import for ghc<8.4.1

parent 66f6c587
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,9 @@ import Foreign ...@@ -71,6 +71,9 @@ import Foreign
import Foreign.C import Foreign.C
import Data.ByteString.Char8 as BC import Data.ByteString.Char8 as BC
#if !MIN_VERSION_base(4,11,0)
import Data.Monoid ((<>))
#endif
import System.Posix.Directory.Common import System.Posix.Directory.Common
import System.Posix.Files.ByteString import System.Posix.Files.ByteString
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment