work around MissingH's absNormPath not working on Windows

This commit is contained in:
Joey Hess 2013-05-12 16:36:44 -05:00
parent 2f3ce4c02f
commit 7a92a0f908
2 changed files with 19 additions and 3 deletions

1
Common.hs Normal file → Executable file
View file

@ -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)