[commit: Cabal] master: After refactoring the http proxy code we don't need the unix package (f494648)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:49:20 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f494648195a8a906d85b9c880b6fd8660e64474e
>---------------------------------------------------------------
commit f494648195a8a906d85b9c880b6fd8660e64474e
Author: Duncan Coutts <duncan at haskell.org>
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
More information about the Cvs-libraries
mailing list