Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9fb0f609da2d6f9e6273d7d5ac05614fa79018ec >--------------------------------------------------------------- commit 9fb0f609da2d6f9e6273d7d5ac05614fa79018ec Author: Duncan Coutts <[email protected]> Date: Fri Jan 18 22:00:13 2008 +0000 Update copyright and docs for RepoIndex Added my copyright as I've almost completely rewritten the module. >--------------------------------------------------------------- cabal-install/Hackage/RepoIndex.hs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cabal-install/Hackage/RepoIndex.hs b/cabal-install/Hackage/RepoIndex.hs index 2c8bb32..e0188a9 100644 --- a/cabal-install/Hackage/RepoIndex.hs +++ b/cabal-install/Hackage/RepoIndex.hs @@ -1,14 +1,16 @@ ----------------------------------------------------------------------------- -- | --- Module : Hackage.Index --- Copyright : (c) David Himmelstrup 2005, Bjorn Bringert 2007 +-- Module : Hackage.RepoIndex +-- Copyright : (c) David Himmelstrup 2005, +-- Bjorn Bringert 2007, +-- Duncan Coutts 2008 -- License : BSD-like -- -- Maintainer : [email protected] -- Stability : provisional -- Portability : portable -- --- Reading the local package index. +-- The downloaded package index of a remote repo. ----------------------------------------------------------------------------- module Hackage.RepoIndex ( -- * Repository index data type _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
