[commit: ghc] wip/nfs-locking: Fix bad imports (302c1df)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:31:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/302c1dfb07284855bafd93d8a0cfb34bcbb50847/ghc
>---------------------------------------------------------------
commit 302c1dfb07284855bafd93d8a0cfb34bcbb50847
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date: Wed Jan 6 15:45:34 2016 +0100
Fix bad imports
>---------------------------------------------------------------
302c1dfb07284855bafd93d8a0cfb34bcbb50847
src/Main.hs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/Main.hs b/src/Main.hs
index bacc8f1..b30b38e 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,5 +1,7 @@
module Main (main) where
+import Development.Shake
+
import qualified Base as B
import qualified Rules as R
import qualified Rules.Cabal as RCabal
@@ -24,6 +26,6 @@ main = shakeArgs options rules
, ROracle.oracleRules
, R.packageRules ]
options = shakeOptions
- { shakeFiles = shakeFilesPath
+ { shakeFiles = B.shakeFilesPath
, shakeProgress = progressSimple
, shakeTimings = True }
More information about the ghc-commits
mailing list