packages feed

Cabal revisions of containers-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:       containers-version:    0.1.0.0-license:    BSD3-license-file:    LICENSE-maintainer:    libraries@haskell.org-synopsis:   Assorted concrete container types-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.-build-type: Simple-build-depends: base, array-exposed-modules:-        Data.Graph-        Data.IntMap-        Data.IntSet-        Data.Map-        Data.Sequence-        Data.Set-        Data.Tree-include-dirs: include-extensions: CPP--- We need this for Data deriving, but we can't just turn on that--- extension because we only try to do it when building with GHC.-ghc-options: -fglasgow-exts+name:       containers
+version:    0.1.0.0
+x-revision: 1
+license:    BSD3
+license-file:    LICENSE
+maintainer:    libraries@haskell.org
+synopsis:   Assorted concrete container types
+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.
+build-type: Simple
+build-depends: base < 4.3, array
+exposed-modules:
+        Data.Graph
+        Data.IntMap
+        Data.IntSet
+        Data.Map
+        Data.Sequence
+        Data.Set
+        Data.Tree
+include-dirs: include
+extensions: CPP
+-- We need this for Data deriving, but we can't just turn on that
+-- extension because we only try to do it when building with GHC.
+ghc-options: -fglasgow-exts