[commit: ghc] wip/nfs-locking: Use in-tree Cabal library. (e6373a0)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:27:44 UTC 2017


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

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

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

commit e6373a064cac830b4ee1a1651d888c5b64b9ca80
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun May 1 00:40:08 2016 +0100

    Use in-tree Cabal library.
    
    See #228.


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

e6373a064cac830b4ee1a1651d888c5b64b9ca80
 build.bat | 1 +
 build.sh  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/build.bat b/build.bat
index f9f0b9a..6e86d42 100644
--- a/build.bat
+++ b/build.bat
@@ -11,6 +11,7 @@
              -rtsopts                     ^
              -with-rtsopts=-I0            ^
              -outputdir=../_build/hadrian ^
+             -i../libraries/Cabal/Cabal   ^
              -j                           ^
              -O                           ^
              -o hadrian
diff --git a/build.sh b/build.sh
index f7d06c2..fff8df4 100755
--- a/build.sh
+++ b/build.sh
@@ -38,6 +38,7 @@ ghc                                      \
     -fno-warn-name-shadowing             \
     -XRecordWildCards                    \
     -i"$root/src"                        \
+    -i"$root/../libraries/Cabal/Cabal"   \
     -rtsopts                             \
     -with-rtsopts=-I0                    \
     -threaded                            \



More information about the ghc-commits mailing list