[commit: ghc] wip/nfs-locking: Hide Shake.parallel. Again. (89c79cd)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:03:40 UTC 2017


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

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

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

commit 89c79cdb52a9feeb949148348afffdd8cc150450
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Feb 16 18:00:52 2016 +0000

    Hide Shake.parallel. Again.


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

89c79cdb52a9feeb949148348afffdd8cc150450
 src/Base.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



More information about the ghc-commits mailing list