summaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
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)