[commit: ghc] wip/nfs-locking: Comment as to why we disable a warning (02c75e7)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:48:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/02c75e7600d4208151f8ff1949f05fc0c339f1ff/ghc
>---------------------------------------------------------------
commit 02c75e7600d4208151f8ff1949f05fc0c339f1ff
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Jan 10 20:32:04 2016 +0000
Comment as to why we disable a warning
>---------------------------------------------------------------
02c75e7600d4208151f8ff1949f05fc0c339f1ff
src/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Base.hs b/src/Base.hs
index 54f2f99..4b6ad10 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
+{-# OPTIONS_GHC -fno-warn-dodgy-imports #-} -- for Development.Shake.parallel
module Base (
-- * General utilities
More information about the ghc-commits
mailing list