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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f2951d06fa10a1a6d9e76a442a065e07a969b1c7

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

commit f2951d06fa10a1a6d9e76a442a065e07a969b1c7
Author: Milan Straka <[email protected]>
Date:   Tue Jul 12 11:48:23 2011 +0200

    Change the repository URL in cabal file to github.
    
    Also make spaces in the cabal file uniform.

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

 containers.cabal |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/containers.cabal b/containers.cabal
index b390ff3..80d9d40 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -1,23 +1,23 @@
-name:       containers
-version:    0.4.1.0
-license:    BSD3
-license-file:    LICENSE
-maintainer:    [email protected]
+name: containers
+version: 0.4.1.0
+license: BSD3
+license-file: LICENSE
+maintainer: [email protected]
 bug-reports: 
http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29
-synopsis:   Assorted concrete container types
-category:   Data Structures
+synopsis: Assorted concrete container types
+category: Data Structures
 description:
-        This package contains efficient general-purpose implementations
-        of various basic immutable container types.  The declared cost of
-        each operation is either worst-case or amortized, but remains
-        valid even if structures are shared.
+    This package contains efficient general-purpose implementations
+    of various basic immutable container types.  The declared cost of
+    each operation is either worst-case or amortized, but remains
+    valid even if structures are shared.
 build-type: Simple
 cabal-version:  >=1.6
 extra-source-files: include/Typeable.h
 
 source-repository head
     type:     git
-    location: http://darcs.haskell.org/packages/containers.git/
+    location: http://github.com/haskell/containers.git
 
 Library {
     build-depends: base >= 4.2 && < 6, array



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

Reply via email to