Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/211e55005dead8efa6d9c7afc7896b6599edcc18

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

commit 211e55005dead8efa6d9c7afc7896b6599edcc18
Author: Duncan Coutts <[email protected]>
Date:   Sun Mar 8 14:29:25 2009 +0000

    Debian in their wisdom decided to build network against parsec 3.
    So checking for parsec 2 fails. We don't strictly need parsec, it's
    just a dependency of network, so remove the check.

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

 cabal-install/bootstrap.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index 544e9f1..cbdfaac 100644
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -169,7 +169,6 @@ do_pkg () {
 
 # Actually do something!
 
-dep_pkg "parsec" "2\."
 dep_pkg "network" "[12]\."
 
 info_pkg "Cabal" ${CABAL_VER} ${CABAL_VER_REGEXP}



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to