From: max ulidtko Date: Wed, 5 Oct 2011 22:36:11 +0000 (+0300) Subject: fix ambigous occurence of `glob` X-Git-Tag: v0.3.2~10^2~2 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=commitdiff_plain;h=07b1c5a8e64cf8c3cc5645d6da139e6f2b384dbd fix ambigous occurence of `glob` --- diff --git a/Java/ClassPath.hs b/Java/ClassPath.hs index 2dbff67..dfb7f51 100644 --- a/Java/ClassPath.hs +++ b/Java/ClassPath.hs @@ -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