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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/85298362c38535e9ff667e91f5384cc6b81ec8ba

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

commit 85298362c38535e9ff667e91f5384cc6b81ec8ba
Author: Don Stewart <[email protected]>
Date:   Sun Oct 7 15:24:35 2007 +0000

    updated license / readme

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

 cabal-install/LICENSE |    2 +-
 cabal-install/README  |   22 +++++++++++++++++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/cabal-install/LICENSE b/cabal-install/LICENSE
index cf4351d..6f91556 100644
--- a/cabal-install/LICENSE
+++ b/cabal-install/LICENSE
@@ -1,7 +1,7 @@
 Copyright (c) 2003-2007, Isaac Jones, Simon Marlow, Martin Sjögren,
                          Bjorn Bringert, Krasimir Angelov,
                          Malcolm Wallace, Ross Patterson,
-                         Lemmih, Paolo Martini
+                         Lemmih, Paolo Martini, Don Stewart
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/cabal-install/README b/cabal-install/README
index ef10ea5..1345701 100644
--- a/cabal-install/README
+++ b/cabal-install/README
@@ -1,3 +1,24 @@
+== cabal install ==
+
+The automatic package manager for Haskell!
+
+Intended usage:
+
+    cabal install xmonad
+
+Just works. Defaults make sense, and by default we don't fail unless it
+is unrecoverable.
+
+== Dependences ==
+
+   base >= 2.1, process, directory, pretty, bytestring >= 0.9
+   mtl, network, regex-compat, unix, 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
+install. 
+
+== Developer docs ==
 
     CabalInstall, what happens under the hood.
 
@@ -20,7 +41,6 @@
   InfoCmd:
     To be written.
 
-
   Files used by cabal-install:
     [cfg-dir]/config        configuration file
     [cfg-dir]/00-index.tar         list of packages available from the servers.



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

Reply via email to