[commit: Cabal] master: After refactoring the http proxy code we don't need the unix package (c786349)
Paolo Capriotti
p.capriotti at gmail.com
Mon May 7 23:57:49 CEST 2012
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 <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