[commit: ghc] wip/nfs-locking: Add a rule to build gmpLibraryInTreeH. (3b0fdab)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:57:51 UTC 2017


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

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

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

commit 3b0fdab49988b9f1981e238c903a08fd75419cc3
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 29 01:06:24 2016 +0000

    Add a rule to build gmpLibraryInTreeH.


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

3b0fdab49988b9f1981e238c903a08fd75419cc3
 src/Rules/Gmp.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Rules/Gmp.hs b/src/Rules/Gmp.hs
index b384b68..ab25495 100644
--- a/src/Rules/Gmp.hs
+++ b/src/Rules/Gmp.hs
@@ -144,3 +144,5 @@ gmpRules = do
             runBuilder Ranlib [gmpLibrary]
 
         putSuccess "| Successfully built custom library 'gmp'"
+
+    gmpLibraryInTreeH %> \_ -> need [gmpLibraryH]



More information about the ghc-commits mailing list