From 07b1c5a8e64cf8c3cc5645d6da139e6f2b384dbd Mon Sep 17 00:00:00 2001 From: max ulidtko Date: Thu, 6 Oct 2011 01:36:11 +0300 Subject: [PATCH] fix ambigous occurence of `glob` --- Java/ClassPath.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1