[commit: ghc] master: Fix warning (99c262b)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:16:13 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/99c262bfe240215c993304dacca611cb5d880557/ghc

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

commit 99c262bfe240215c993304dacca611cb5d880557
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Apr 17 19:47:29 2018 +0100

    Fix warning


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

99c262bfe240215c993304dacca611cb5d880557
 src/Rules/Library.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Rules/Library.hs b/src/Rules/Library.hs
index 314d124..0f74d9d 100644
--- a/src/Rules/Library.hs
+++ b/src/Rules/Library.hs
@@ -10,7 +10,6 @@ import Expression hiding (way, package)
 import Flavour
 import GHC.Packages
 import Oracles.ModuleFiles
-import Oracles.Setting (libsuf)
 import Rules.Gmp
 import Settings
 import Target



More information about the ghc-commits mailing list