Browse Source

TESTS: import unsafePerformIO from System.IO.Unsafe

tags/0.8.0
Julian Ospald 7 years ago
parent
commit
4f047dbc77
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      test/Utils.hs

+ 4
- 4
test/Utils.hs View File

@@ -22,10 +22,6 @@ import Data.IORef
, writeIORef
, IORef
)
import GHC.IO.Unsafe
(
unsafePerformIO
)
import HPath.IO
import HPath.IO.Errors
import HPath.IO.Utils
@@ -34,6 +30,10 @@ import Data.Maybe
fromJust
)
import qualified HPath as P
import System.IO.Unsafe
(
unsafePerformIO
)
import System.Posix.Directory.Traversals
(
allDirectoryContents


Loading…
Cancel
Save