fix imports
This commit is contained in:
parent
03eec12cff
commit
fee6cd4635
2 changed files with 3 additions and 2 deletions
0
Annex/Content.hs
Normal file → Executable file
0
Annex/Content.hs
Normal file → Executable file
5
Utility/Path.hs
Normal file → Executable file
5
Utility/Path.hs
Normal file → Executable file
|
@ -10,7 +10,6 @@
|
||||||
module Utility.Path where
|
module Utility.Path where
|
||||||
|
|
||||||
import Data.String.Utils
|
import Data.String.Utils
|
||||||
import qualified "MissingH" System.Path as MissingH
|
|
||||||
import System.FilePath
|
import System.FilePath
|
||||||
import System.Directory
|
import System.Directory
|
||||||
import Data.List
|
import Data.List
|
||||||
|
@ -19,7 +18,9 @@ import Control.Applicative
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
import Data.Char
|
import Data.Char
|
||||||
import System.FilePath.Posix as Posix
|
import qualified System.FilePath.Posix as Posix
|
||||||
|
#else
|
||||||
|
import qualified "MissingH" System.Path as MissingH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
import Utility.Monad
|
import Utility.Monad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue