[commit: Cabal] master: Note in the README than the unix package is not a dependency (d215f3d)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:50:09 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d215f3d3b57f9d1d0dc03697ccd1b5190700d859
>---------------------------------------------------------------
commit d215f3d3b57f9d1d0dc03697ccd1b5190700d859
Author: Duncan Coutts <duncan at haskell.org>
Date: Sat Jan 19 17:02:54 2008 +0000
Note in the README than the unix package is not a dependency
>---------------------------------------------------------------
cabal-install/README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cabal-install/README b/cabal-install/README
index 1345701..1821ac1 100644
--- a/cabal-install/README
+++ b/cabal-install/README
@@ -12,7 +12,7 @@ is unrecoverable.
== Dependences ==
base >= 2.1, process, directory, pretty, bytestring >= 0.9
- mtl, network, regex-compat, unix, Cabal>=1.3,
+ mtl, network, regex-compat, Cabal>=1.3,
zlib >= 0.4, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
Kind of ironic we need cabal install to make it easier to build cabal
More information about the Cvs-libraries
mailing list