Skip to content

Commit

Permalink
Fix import conventions for the existence test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 14, 2024
1 parent 441f8ec commit 288be74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Test/Existence.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module Test.Existence(main) where

import Development.Shake (getDirectoryFilesIO)
import Development.Shake.Internal.FileInfo (getFileInfo)
import Development.Shake.Internal.FileName (fileNameFromString)
import System.Directory (getCurrentDirectory)
import System.FilePath ((</>))
import Development.Shake
import Development.Shake.Internal.FileInfo
import Development.Shake.Internal.FileName
import System.Directory
import System.FilePath
import General.Extra

main :: IO () -> IO ()
Expand Down

0 comments on commit 288be74

Please sign in to comment.