fix ambigous occurence of `glob`
authormax ulidtko <ulidtko@gmail.com>
Wed, 5 Oct 2011 22:36:11 +0000 (01:36 +0300)
committerIlya V. Portnov <i.portnov@compassplus.ru>
Thu, 6 Oct 2011 09:48:59 +0000 (15:48 +0600)
Java/ClassPath.hs

index 2dbff6749a2064c0944ee19529e660120a0dddf2..dfb7f511b00de6643b1990dd1f2019dbad1d5021 100644 (file)
@@ -9,7 +9,7 @@ module Java.ClassPath
 
 import qualified Control.Monad.State as St
 import Control.Monad.Trans (liftIO)
-import System.FilePath.Glob
+import System.FilePath.Glob hiding (glob)
 import Data.String.Utils (split)
 
 import JVM.ClassFile