use System.Directory not Utility.Directory
This module does not use isSymbolicLink so avoid depending on extra Utility.* stuff, to make it more easily reused elsewhere.
This commit is contained in:
parent
4f7a50f27d
commit
fd03ff2b81
1 changed files with 1 additions and 1 deletions
|
@ -31,10 +31,10 @@ module Utility.FreeDesktop (
|
|||
import Utility.Exception
|
||||
import Utility.UserInfo
|
||||
import Utility.Process
|
||||
import Utility.Directory
|
||||
|
||||
import System.Environment
|
||||
import System.FilePath
|
||||
import System.Directory
|
||||
import Data.List
|
||||
import Data.Maybe
|
||||
import Control.Applicative
|
||||
|
|
Loading…
Reference in a new issue