Skip to content

Commit

Permalink
Change the repository URL in cabal file to github.
Browse files Browse the repository at this point in the history
Also make spaces in the cabal file uniform.
  • Loading branch information
foxik committed Jul 12, 2011
1 parent d9cfa95 commit f2951d0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions containers.cabal
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: containers
version: 0.4.1.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
name: containers
version: 0.4.1.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
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
Expand Down

0 comments on commit f2951d0

Please sign in to comment.