summaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2013-05-12 16:36:44 -0500
committerGravatar Joey Hess <id@joeyh.name>2013-05-12 16:36:44 -0500
commita7fb393fabd328b4a49198f4740521d8656f673d (patch)
treebb3fe4afce3058f3a86cc75d89880a70971e8b6f /Common.hs
parentf72b983a7008c9dcebae05a1878d83899414b3eb (diff)
work around MissingH's absNormPath not working on Windows
Diffstat (limited to 'Common.hs')
-rwxr-xr-x[-rw-r--r--]Common.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Common.hs b/Common.hs
index fea69f0f8..5dc3cfbb2 100644..100755
--- a/Common.hs
+++ b/Common.hs
@@ -12,7 +12,6 @@ import Data.Maybe as X
import Data.List as X hiding (head, tail, init, last)
import Data.String.Utils as X hiding (join)
-import "MissingH" System.Path as X
import System.FilePath as X
import System.Directory as X
import System.IO as X hiding (FilePath)