[commit: ghc] wip/nfs-locking: Remove an unnecessary hiding after disabling name shadow warning (6e1511f)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:06:35 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/6e1511f9d48bb5198ab6feb4f9a2e6039df5b67f/ghc

>---------------------------------------------------------------

commit 6e1511f9d48bb5198ab6feb4f9a2e6039df5b67f
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Jan 10 20:34:32 2016 +0000

    Remove an unnecessary hiding after disabling name shadow warning


>---------------------------------------------------------------

6e1511f9d48bb5198ab6feb4f9a2e6039df5b67f
 src/Rules/Library.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules/Library.hs b/src/Rules/Library.hs
index 03f91aa..788deb6 100644
--- a/src/Rules/Library.hs
+++ b/src/Rules/Library.hs
@@ -2,7 +2,7 @@ module Rules.Library (buildPackageLibrary, cSources, hSources) where
 
 import Data.Char
 
-import Base hiding (splitPath, split)
+import Base hiding (splitPath)
 import Expression
 import GHC
 import Oracles



More information about the ghc-commits mailing list