Skip to content

Commit 682a2dc

Browse files
author
Jeremy Shaw
committed
add explicit import list for System.Directory to avoid name clash on findFile
1 parent 07ba8e3 commit 682a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Plugins/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import Prelude hiding (catch)
7070

7171
import System.IO
7272
import System.Environment ( getEnv )
73-
import System.Directory
73+
import System.Directory ( doesFileExist, getModificationTime, removeFile )
7474

7575
-- ---------------------------------------------------------------------
7676
-- some misc types we use

0 commit comments

Comments
 (0)