[commit: ghc] wip/nfs-locking: Hide parallel when importing from Development.Shake (6c81e9a)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:36:13 UTC 2017


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

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

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

commit 6c81e9aef6f0eaa626f27ceb6ed4a3d2af269a43
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Jan 10 20:31:24 2016 +0000

    Hide parallel when importing from Development.Shake


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

6c81e9aef6f0eaa626f27ceb6ed4a3d2af269a43
 src/Base.hs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Base.hs b/src/Base.hs
index 6d80a72..54f2f99 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
+
 module Base (
     -- * General utilities
     module Control.Applicative,
@@ -34,7 +36,7 @@ import Data.Function
 import Data.List.Extra
 import Data.Maybe
 import Data.Monoid
-import Development.Shake hiding (unit, (*>))
+import Development.Shake hiding (parallel, unit, (*>))
 import Development.Shake.Classes
 import Development.Shake.FilePath
 import System.Console.ANSI



More information about the ghc-commits mailing list