Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c786349d5e86cd4b300d4482b92dbdfdd726b83e >--------------------------------------------------------------- commit c786349d5e86cd4b300d4482b92dbdfdd726b83e Author: Duncan Coutts <[email protected]> Date: Mon Jan 14 14:23:01 2008 +0000 After refactoring the http proxy code we don't need the unix package Which was just being used for an exception-free version of getEnv but we have to cope with exceptions anyway for the Win32 registry. >--------------------------------------------------------------- cabal-install/cabal-install.cabal | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 214b4b2..5e8476d 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -66,5 +66,3 @@ Executable cabal if os(windows) build-depends: Win32 >= 2 cpp-options: -DWIN32 - else - build-depends: unix >= 1 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
