diff options
author | Peter Simons <simons@cryp.to> | 2013-02-23 13:07:28 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2013-02-23 17:05:44 +0100 |
commit | 40ad521db38fe6ad5d4d0e0aa56559c712be0fa2 (patch) | |
tree | 0e7af9af985d3fb2d2012b00d6b11e79ebf9d322 /Common.hs | |
parent | 4e2ae54786133b2e385519ad29b9251ce87d8f93 (diff) |
Common.hs: System.Path is exported by "MissingH" and "pathtype" package
Diffstat (limited to 'Common.hs')
-rw-r--r-- | Common.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |