[commit: ghc] wip/nfs-locking: Drop redundant imports (082f17b)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:38:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/082f17b3c86e559d45e117226094e85923883013/ghc
>---------------------------------------------------------------
commit 082f17b3c86e559d45e117226094e85923883013
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Aug 20 18:17:37 2016 +0100
Drop redundant imports
>---------------------------------------------------------------
082f17b3c86e559d45e117226094e85923883013
src/Rules/Compile.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Rules/Compile.hs b/src/Rules/Compile.hs
index 001068a..8f8d92a 100644
--- a/src/Rules/Compile.hs
+++ b/src/Rules/Compile.hs
@@ -11,8 +11,6 @@ import Target
import Development.Shake.Util
-import Data.Maybe
-import Data.List
import qualified Data.Set as Set
compilePackage :: [(Resource, Int)] -> Context -> Rules ()
More information about the ghc-commits
mailing list