[commit: ghc] wip/nfs-locking: Fix path to src/Rules/IntegerGmp.hs. (c4cbb3a)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:36:06 UTC 2017


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

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

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

commit c4cbb3a8691851628159ae8f7058efed9f5f8a0a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Jan 4 16:25:47 2016 +0000

    Fix path to src/Rules/IntegerGmp.hs.


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

c4cbb3a8691851628159ae8f7058efed9f5f8a0a
 src/Rules/IntegerGmp.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules/IntegerGmp.hs b/src/Rules/IntegerGmp.hs
index f927102..9bbf482 100644
--- a/src/Rules/IntegerGmp.hs
+++ b/src/Rules/IntegerGmp.hs
@@ -50,7 +50,7 @@ configureArguments = do
 integerGmpRules :: Rules ()
 integerGmpRules = do
     integerGmpLibrary %> \_ -> do
-        when trackBuildSystem $ need [sourcePath -/- "Rules" -/- "integerGmp.hs"]
+        when trackBuildSystem $ need [sourcePath -/- "Rules/IntegerGmp.hs"]
 
         -- remove the old build folder, if it exists.
         liftIO $ removeFiles integerGmpBuild ["//*"]



More information about the ghc-commits mailing list