summaryrefslogtreecommitdiff
path: root/Utility/Path.hs
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@cryp.to>2013-02-23 13:07:10 +0100
committerGravatar Peter Simons <simons@cryp.to>2013-02-23 17:05:44 +0100
commit4e2ae54786133b2e385519ad29b9251ce87d8f93 (patch)
tree71164d38d7599eedd1ab4970543b8bbb81684828 /Utility/Path.hs
parent7ae7d2f1c7f5cca299d117b3efe2e0aa8610afb9 (diff)
Utility/Path.hs: System.Path is exported by "MissingH" and "pathtype" package
Diffstat (limited to 'Utility/Path.hs')
-rw-r--r--Utility/Path.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/Path.hs b/Utility/Path.hs
index ba836d9b6..d058082df 100644
--- a/Utility/Path.hs
+++ b/Utility/Path.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE PackageImports #-}
{- path manipulation
-
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
@@ -8,7 +9,7 @@
module Utility.Path where
import Data.String.Utils
-import System.Path
+import "MissingH" System.Path
import System.FilePath
import System.Directory
import Data.List