[commit: ghc] master: Unbreak `cabal new-build` (#466) (fa95caa)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:12:03 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fa95caa8dfdd450b7a9eddcef2bd610703b9313e/ghc

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

commit fa95caa8dfdd450b7a9eddcef2bd610703b9313e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Nov 16 14:33:12 2017 +0100

    Unbreak `cabal new-build` (#466)
    
    Using a local `filepath` forces new-build to build the
    non-local build-tool `alex` as in-place which however isn't supported properly
    by `cabal new-build` yet (this will be fixed at the earliest in cabal 2.2) and thus
    breaks `hadrian/build.sh` for me.


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

fa95caa8dfdd450b7a9eddcef2bd610703b9313e
 cabal.project | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cabal.project b/cabal.project
index 317094f..79ab575 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,6 +1,5 @@
 packages: ./
           ../libraries/Cabal/Cabal/
-          ../libraries/filepath/
           ../libraries/text/
           ../libraries/hpc/
           ../libraries/parsec/



More information about the ghc-commits mailing list