[commit: ghc] master: Fix the workaround for #5360 (2ad66b5)

Ian Lynagh igloo at earth.li
Sun Jul 31 02:47:00 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2ad66b597b139ea73830f2aedf564df2b72960e9

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

commit 2ad66b597b139ea73830f2aedf564df2b72960e9
Author: Ian Lynagh <igloo at earth.li>
Date:   Sun Jul 31 01:45:57 2011 +0100

    Fix the workaround for #5360
    
    The build still wasn't going through if you had libraries/dph in your tree.

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

 packages |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages b/packages
index 84ce2b6..7eae877 100644
--- a/packages
+++ b/packages
@@ -78,4 +78,5 @@ libraries/stm                   extra       packages/stm.git
 libraries/random                dph         packages/random.git                 git
 libraries/primitive             dph         packages/primitive.git              git
 libraries/vector                dph         packages/vector.git                 git
-libraries/dph                   dph         packages/dph.git                    git
+# Don't build dph for now: it doesn't work (#5360)
+# libraries/dph                   dph         packages/dph.git                    git





More information about the Cvs-ghc mailing list