summaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@cryp.to>2013-02-23 13:07:28 +0100
committerGravatar Peter Simons <simons@cryp.to>2013-02-23 17:05:44 +0100
commit40ad521db38fe6ad5d4d0e0aa56559c712be0fa2 (patch)
tree0e7af9af985d3fb2d2012b00d6b11e79ebf9d322 /Common.hs
parent4e2ae54786133b2e385519ad29b9251ce87d8f93 (diff)
Common.hs: System.Path is exported by "MissingH" and "pathtype" package
Diffstat (limited to 'Common.hs')
-rw-r--r--Common.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.hs b/Common.hs
index 5b53f3735..3513425c0 100644
--- a/Common.hs
+++ b/Common.hs
@@ -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)