summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-16 10:31:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-16 10:31:59 -0400
commitb90c4c0066b060cf39ad90a03b516a6bc90cfc0d (patch)
treef691516f926755ec0cd3d619b4f95d95c7436b05
parent336e247d6eccb8932ca4647846fb9f9a17b802b1 (diff)
deal with Glob/filemanip conflict
-rw-r--r--Limit.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Limit.hs b/Limit.hs
index 16e555bed..df188e3df 100644
--- a/Limit.hs
+++ b/Limit.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE PackageImports, CPP #-}
module Limit where
@@ -13,7 +13,7 @@ import Data.Time.Clock.POSIX
import qualified Data.Set as S
import qualified Data.Map as M
#ifdef WITH_GLOB
-import System.FilePath.Glob (simplify, compile, match)
+import "Glob" System.FilePath.Glob (simplify, compile, match)
#else
import Text.Regex.PCRE.Light.Char8
import System.Path.WildMatch