[commit: ghc] wip/nfs-locking: GhcCabal: Simplify imports (0be2c4b)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:32:18 UTC 2017


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

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

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

commit 0be2c4bb4b02cb74322191e72b042688603af5b4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 24 14:44:16 2015 +0100

    GhcCabal: Simplify imports


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

0be2c4bb4b02cb74322191e72b042688603af5b4
 src/Settings/Builders/GhcCabal.hs | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/Settings/Builders/GhcCabal.hs b/src/Settings/Builders/GhcCabal.hs
index 7905a2c..bd95cfc 100644
--- a/src/Settings/Builders/GhcCabal.hs
+++ b/src/Settings/Builders/GhcCabal.hs
@@ -3,13 +3,7 @@ module Settings.Builders.GhcCabal (
     customPackageArgs, ccArgs, cppArgs, ccWarnings, argStagedSettingList, needDll0
     ) where
 
-import Data.Monoid
-import Control.Monad.Trans.Class
-import Control.Monad.Extra
-
-import Development.Shake
-import Development.Shake.FilePath
-import Base ((-/-), bootPackageConstraints)
+import Base
 import Oracles.Config.Setting
 import Oracles.Config.Flag
 import GHC



More information about the ghc-commits mailing list