Utility/Path.hs: System.Path is exported by "MissingH" and "pathtype" package
This commit is contained in:
parent
fbc04feb53
commit
d74509da86
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
{-# LANGUAGE PackageImports #-}
|
||||
{- path manipulation
|
||||
-
|
||||
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
|
||||
|
@ -8,7 +9,7 @@
|
|||
module Utility.Path where
|
||||
|
||||
import Data.String.Utils
|
||||
import System.Path
|
||||
import "MissingH" System.Path
|
||||
import System.FilePath
|
||||
import System.Directory
|
||||
import Data.List
|
||||
|
|
Loading…
Reference in a new issue