diff --git a/test/Streamly/Test/FileSystem/Event/Common.hs b/test/Streamly/Test/FileSystem/Event/Common.hs index 7d34abc0a..db4349ad1 100644 --- a/test/Streamly/Test/FileSystem/Event/Common.hs +++ b/test/Streamly/Test/FileSystem/Event/Common.hs @@ -46,7 +46,7 @@ import Data.Function ((&)) import Data.Functor.Identity (runIdentity) import Data.List.NonEmpty (NonEmpty) import Data.Word (Word8) -import Streamly.Data.Array.Foreign (Array) +import Streamly.Data.Array.Unboxed (Array) import System.Directory ( createDirectory , createDirectoryIfMissing