[commit: ghc] wip/nfs-locking: Add top-level build script. (4139a9c)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:14:29 UTC 2017


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

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

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

commit 4139a9c49da73acb26756a6be7bf564286a32cf1
Author: Andrey Mokhov <andrey.mokhov at ncl.ac.uk>
Date:   Tue Dec 23 17:42:13 2014 +0000

    Add top-level build script.


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

4139a9c49da73acb26756a6be7bf564286a32cf1
 Main.hs | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..abfd3ab
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,10 @@
+import Base
+import Config
+import Oracles
+import Package
+
+main = shakeArgs shakeOptions{shakeFiles="_build/"} $ do
+    oracleRules        
+    autoconfRules        
+    configureRules
+    packageRules



More information about the ghc-commits mailing list