summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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