You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-dir...

10 lines
267 B

diff --git a/src/Check.hs b/src/Check.hs
index b38a56a..246bf24 100644
--- a/src/Check.hs
+++ b/src/Check.hs
@@ -23,3 +23,3 @@ import System.Posix.Env
import System.Exit
-import System.Directory
+import System.Directory hiding (getFileSize)
import System.IO.Unsafe