diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-30 02:03:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-30 02:03:09 -0400 |
commit | 50301b7bda1854f571b87f3357ee00d6c625af56 (patch) | |
tree | 698c0bd63d94d4c4990db3e70b70c8a176e72ca7 /Utility/Glob.hs | |
parent | 0db931643f82838c3ec42552ed636ed6e1e801ad (diff) |
qualify imports to avoid conflict with regex-tdfa-rc
Diffstat (limited to 'Utility/Glob.hs')
-rw-r--r-- | Utility/Glob.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utility/Glob.hs b/Utility/Glob.hs index d35a96849..91b577f53 100644 --- a/Utility/Glob.hs +++ b/Utility/Glob.hs @@ -20,8 +20,8 @@ module Utility.Glob ( import System.Path.WildMatch #ifdef WITH_TDFA -import Text.Regex.TDFA -import Text.Regex.TDFA.String +import "regex-tdfa" Text.Regex.TDFA +import "regex-tdfa" Text.Regex.TDFA.String #else import Text.Regex import Data.Maybe |