Common.hs: System.Path is exported by "MissingH" and "pathtype" package

This commit is contained in:
Peter Simons 2013-02-23 13:07:28 +01:00
parent d74509da86
commit fbcdfdc6da

View file

@ -12,7 +12,7 @@ import Data.Maybe as X
import Data.List as X hiding (head, tail, init, last)
import Data.String.Utils as X
import System.Path as X
import "MissingH" System.Path as X
import System.FilePath as X
import System.Directory as X
import System.IO as X hiding (FilePath)